#BB6D94

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

Shades of Hopbush #BB6D94

Tints of Hopbush #BB6D94

Color information

#BB6D94 (or 0xBB6D94) is unknown color: approx Hopbush. HEX triplet: BB, 6D and 94. RGB value is (187,109,148). Sum of RGB (Red+Green+Blue) = 187+109+148=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6D94 is #44926B. Grayscale: #888888. Windows color (decimal): -4493932 or 9727419. OLE color: 9727419.

HSL color Cylindrical-coordinate representation of color #BB6D94: hue angle of 330º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6D94 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB187109148-
CMYK00.420.210.27
HSL330º36.45%58.04%-
HSV(B)330º41.71%73.33%-
XYZ31.3123.6430.93-
YUV136.77134.34163.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 148 (58.20% from 255) = 33.33%
R=42.12%
G=24.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710914800.420.210.2733036.4558.04
HexBB6D9402A151B14a243a
Octal27315522405225335124472
Binary1011101111011011001010001010101010111011101001010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6D94; }

 p { color: rgb(187,109,148); }

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

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

 a { background-color: rgb(187,109,148); }

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

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

 span { border-color: rgb(187,109,148); }

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