#BB648E

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

Shades of Hopbush #BB648E

Tints of Hopbush #BB648E

Color information

#BB648E (or 0xBB648E) is unknown color: approx Hopbush. HEX triplet: BB, 64 and 8E. RGB value is (187,100,142). Sum of RGB (Red+Green+Blue) = 187+100+142=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB648E is #449B71. Grayscale: #828282. Windows color (decimal): -4496242 or 9331899. OLE color: 9331899.

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

Color convert

RGB187100142-
CMYK00.470.240.27
HSL331.03º39.01%56.27%-
HSV(B)331.03º46.52%73.33%-
XYZ29.9321.6328.19-
YUV130.8134.32168.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=43.59%
G=23.31%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710014200.470.240.27331.0339.0156.27
HexBB648E02F181B14b2738
Octal27314421605730335134770
Binary1011101111001001000111001011111100011011101001011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB648E; }

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

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

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

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

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

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

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

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