#BB38CA

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

Shades of Fuchsia #BB38CA

Tints of Fuchsia #BB38CA

Color information

#BB38CA (or 0xBB38CA) is unknown color: approx Fuchsia. HEX triplet: BB, 38 and CA. RGB value is (187,56,202). Sum of RGB (Red+Green+Blue) = 187+56+202=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB38CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB38CA is #44C735. Grayscale: #6F6F6F. Windows color (decimal): -4507446 or 13252795. OLE color: 13252795.

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

Color convert

RGB18756202-
CMYK0.070.7200.21
HSL293.84º57.94%50.59%-
HSV(B)293.84º72.28%79.22%-
XYZ32.5717.6657.57-
YUV111.81178.9181.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 56 (22.27% from 255) = 12.58%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=42.02%
G=12.58%
B=45.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187562020.070.7200.21293.8457.9450.59
HexBB38CA7480151263a33
Octal2737031271100254467263
Binary10111011111000110010101111001000010101100100110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB38CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB38CA; }

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

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

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

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

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

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

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

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