#BB618E

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

Shades of Hopbush #BB618E

Tints of Hopbush #BB618E

Color information

#BB618E (or 0xBB618E) is unknown color: approx Hopbush. HEX triplet: BB, 61 and 8E. RGB value is (187,97,142). Sum of RGB (Red+Green+Blue) = 187+97+142=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB618E is #449E71. Grayscale: #808080. Windows color (decimal): -4497010 or 9331131. OLE color: 9331131.

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

Color convert

RGB18797142-
CMYK00.480.240.27
HSL330º39.82%55.69%-
HSV(B)330º48.13%73.33%-
XYZ29.6521.0728.09-
YUV129.04135.32169.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 142 (55.86% from 255) = 33.33%
R=43.90%
G=22.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879714200.480.240.2733039.8255.69
HexBB618E030181B14a2838
Octal27314121606030335125070
Binary1011101111000011000111001100001100011011101001010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB618E; }

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

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

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

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

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

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

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

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