#BD6A94

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

Shades of Hopbush #BD6A94

Tints of Hopbush #BD6A94

Color information

#BD6A94 (or 0xBD6A94) is unknown color: approx Hopbush. HEX triplet: BD, 6A and 94. RGB value is (189,106,148). Sum of RGB (Red+Green+Blue) = 189+106+148=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6A94 is #42956B. Grayscale: #878787. Windows color (decimal): -4363628 or 9726653. OLE color: 9726653.

HSL color Cylindrical-coordinate representation of color #BD6A94: hue angle of 329.64º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6A94 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB189106148-
CMYK00.440.220.26
HSL329.64º38.6%57.84%-
HSV(B)329.64º43.92%74.12%-
XYZ31.4923.2730.85-
YUV135.6135166.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 106 (41.80% from 255) = 23.93%
BLUE value IS 148 (58.20% from 255) = 33.41%
R=42.66%
G=23.93%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910614800.440.220.26329.6438.657.84
HexBD6A9402C161A14a273a
Octal27515222405426325124772
Binary1011110111010101001010001011001011011010101001010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A94; }

 p { color: rgb(189,106,148); }

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

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

 a { background-color: rgb(189,106,148); }

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

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

 span { border-color: rgb(189,106,148); }

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