#BB61B8

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

Shades of Fuchsia #BB61B8

Tints of Fuchsia #BB61B8

Color information

#BB61B8 (or 0xBB61B8) is unknown color: approx Fuchsia. HEX triplet: BB, 61 and B8. RGB value is (187,97,184). Sum of RGB (Red+Green+Blue) = 187+97+184=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB61B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61B8 is #449E47. Grayscale: #858585. Windows color (decimal): -4496968 or 12083643. OLE color: 12083643.

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

Color convert

RGB18797184-
CMYK00.480.020.27
HSL302º39.82%55.69%-
HSV(B)302º48.13%73.33%-
XYZ33.4222.5747.94-
YUV133.83156.32165.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 97 (38.28% from 255) = 20.73%
BLUE value IS 184 (72.27% from 255) = 39.32%
R=39.96%
G=20.73%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879718400.480.020.2730239.8255.69
HexBB61B803021B12e2838
Octal2731412700602334565070
Binary1011101111000011011100001100001011011100101110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB61B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB61B8; }

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

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

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

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

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

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

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

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