#BD608B

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

Shades of Hopbush #BD608B

Tints of Hopbush #BD608B

Color information

#BD608B (or 0xBD608B) is unknown color: approx Hopbush. HEX triplet: BD, 60 and 8B. RGB value is (189,96,139). Sum of RGB (Red+Green+Blue) = 189+96+139=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD608B is #429F74. Grayscale: #808080. Windows color (decimal): -4366197 or 9134269. OLE color: 9134269.

HSL color Cylindrical-coordinate representation of color #BD608B: hue angle of 332.26º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD608B is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB18996139-
CMYK00.490.260.26
HSL332.26º41.33%55.88%-
HSV(B)332.26º49.21%74.12%-
XYZ29.8321.0526.92-
YUV128.71133.81171-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=44.58%
G=22.64%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899613900.490.260.26332.2641.3355.88
HexBD608B0311A1A14c2938
Octal27514021306132325145170
Binary1011110111000001000101101100011101011010101001100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD608B; }

 p { color: rgb(189,96,139); }

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

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

 a { background-color: rgb(189,96,139); }

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

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

 span { border-color: rgb(189,96,139); }

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