#BB5EB7

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

Shades of Fuchsia #BB5EB7

Tints of Fuchsia #BB5EB7

Color information

#BB5EB7 (or 0xBB5EB7) is unknown color: approx Fuchsia. HEX triplet: BB, 5E and B7. RGB value is (187,94,183). Sum of RGB (Red+Green+Blue) = 187+94+183=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5EB7 is #44A148. Grayscale: #838383. Windows color (decimal): -4497737 or 12017339. OLE color: 12017339.

HSL color Cylindrical-coordinate representation of color #BB5EB7: hue angle of 302.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5EB7 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18794183-
CMYK00.500.020.27
HSL302.58º40.61%55.1%-
HSV(B)302.58º49.73%73.33%-
XYZ33.0421.9947.3-
YUV131.95156.81167.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 94 (37.11% from 255) = 20.26%
BLUE value IS 183 (71.88% from 255) = 39.44%
R=40.30%
G=20.26%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879418300.500.020.27302.5840.6155.1
HexBB5EB703221B12f2937
Octal2731362670622334575167
Binary1011101110111101011011101100101011011100101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5EB7; }

 p { color: rgb(187,94,183); }

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

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

 a { background-color: rgb(187,94,183); }

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

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

 span { border-color: rgb(187,94,183); }

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