#BB71B8

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

Shades of Fuchsia #BB71B8

Tints of Fuchsia #BB71B8

Color information

#BB71B8 (or 0xBB71B8) is unknown color: approx Fuchsia. HEX triplet: BB, 71 and B8. RGB value is (187,113,184). Sum of RGB (Red+Green+Blue) = 187+113+184=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB71B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71B8 is #448E47. Grayscale: #8F8F8F. Windows color (decimal): -4492872 or 12087739. OLE color: 12087739.

HSL color Cylindrical-coordinate representation of color #BB71B8: hue angle of 302.43º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB71B8 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB187113184-
CMYK00.400.020.27
HSL302.43º35.24%58.82%-
HSV(B)302.43º39.57%73.33%-
XYZ35.0525.8448.49-
YUV143.22151.02159.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 113 (44.53% from 255) = 23.35%
BLUE value IS 184 (72.27% from 255) = 38.02%
R=38.64%
G=23.35%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711318400.400.020.27302.4335.2458.82
HexBB71B802821B12e233b
Octal2731612700502334564373
Binary1011101111100011011100001010001011011100101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB71B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB71B8; }

 p { color: rgb(187,113,184); }

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

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

 a { background-color: rgb(187,113,184); }

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

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

 span { border-color: rgb(187,113,184); }

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