#BB27B5

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

Shades of Fuchsia #BB27B5

Tints of Fuchsia #BB27B5

Color information

#BB27B5 (or 0xBB27B5) is unknown color: approx Fuchsia. HEX triplet: BB, 27 and B5. RGB value is (187,39,181). Sum of RGB (Red+Green+Blue) = 187+39+181=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB27B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27B5 is #44D84A. Grayscale: #636363. Windows color (decimal): -4511819 or 11872187. OLE color: 11872187.

HSL color Cylindrical-coordinate representation of color #BB27B5: hue angle of 302.43º 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 #BB27B5 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18739181-
CMYK00.790.030.27
HSL302.43º65.49%44.31%-
HSV(B)302.43º79.14%73.33%-
XYZ29.5615.3545.12-
YUV99.44174.03190.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 39 (15.62% from 255) = 9.58%
BLUE value IS 181 (71.09% from 255) = 44.47%
R=45.95%
G=9.58%
B=44.47%

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
Decimal1873918100.790.030.27302.4365.4944.31
HexBB27B504F31B12e412c
Octal27347265011733345610154
Binary10111011100111101101010100111111110111001011101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB27B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB27B5; }

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

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

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

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

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

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

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

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