#bb30ca

Color #BB30CA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BB30CA

Tints of Fuchsia #BB30CA

Color information

#BB30CA (or 0xBB30CA) is unknown color: approx Fuchsia. HEX triplet: BB, 30 and CA. RGB value is (187,48,202). Sum of RGB (Red+Green+Blue) = 187+48+202=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB30CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30CA is #44CF35. Grayscale: #6A6A6A. Windows color (decimal): -4509494 or 13250747. OLE color: 13250747.

HSL color Cylindrical-coordinate representation of color #BB30CA: hue angle of 294.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB30CA is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18748202-
CMYK0.070.7600.21
HSL294.16º61.6%49.02%-
HSV(B)294.16º76.24%79.22%-
XYZ32.2116.9457.45-
YUV107.12181.55184.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 48 (19.14% from 255) = 10.98%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=42.79%
G=10.98%
B=46.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187482020.070.7600.21294.1661.649.02
HexBB30CA74C0151263e31
Octal2736031271140254467661
Binary10111011110000110010101111001100010101100100110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb30ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb30ca; }

 p { color: rgb(187,48,202); }

 H1.HeaderClassName
 {
   color: #bb30ca;
 }
 .AnyTagClassName
 {
   color: #bb30ca;
 }
</style>
background-color css

<style>
 a { background-color: #bb30ca; }

 a { background-color: rgb(187,48,202); }

 div.DivClassName
 {
   background-color: #bb30ca;
 }
 .BgClassName
 {
   background-color: #bb30ca;
 }
</style>
border-color css

<style>
 span { border-color: #bb30ca; }

 span { border-color: rgb(187,48,202); }

 td.TdClassName
 {
   border-color: #bb30ca;
 }
 .TagClassName
 {
   border-color: #bb30ca;
 }
</style>