#BB27B6

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

Shades of Fuchsia #BB27B6

Tints of Fuchsia #BB27B6

Color information

#BB27B6 (or 0xBB27B6) is unknown color: approx Fuchsia. HEX triplet: BB, 27 and B6. RGB value is (187,39,182). Sum of RGB (Red+Green+Blue) = 187+39+182=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB27B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27B6 is #44D849. Grayscale: #636363. Windows color (decimal): -4511818 or 11937723. OLE color: 11937723.

HSL color Cylindrical-coordinate representation of color #BB27B6: hue angle of 302.03º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB27B6 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18739182-
CMYK00.790.030.27
HSL302.03º65.49%44.31%-
HSV(B)302.03º79.14%73.33%-
XYZ29.6615.3945.66-
YUV99.55174.53190.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 39 (15.62% from 255) = 9.56%
BLUE value IS 182 (71.48% from 255) = 44.61%
R=45.83%
G=9.56%
B=44.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873918200.790.030.27302.0365.4944.31
HexBB27B604F31B12e412c
Octal27347266011733345610154
Binary10111011100111101101100100111111110111001011101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB27B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB27B6; }

 p { color: rgb(187,39,182); }

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

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

 a { background-color: rgb(187,39,182); }

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

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

 span { border-color: rgb(187,39,182); }

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