#BD608A

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

Shades of Hopbush #BD608A

Tints of Hopbush #BD608A

Color information

#BD608A (or 0xBD608A) is unknown color: approx Hopbush. HEX triplet: BD, 60 and 8A. RGB value is (189,96,138). Sum of RGB (Red+Green+Blue) = 189+96+138=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD608A is #429F75. Grayscale: #808080. Windows color (decimal): -4366198 or 9068733. OLE color: 9068733.

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

Color convert

RGB18996138-
CMYK00.490.270.26
HSL332.9º41.33%55.88%-
HSV(B)332.9º49.21%74.12%-
XYZ29.7621.0226.53-
YUV128.6133.31171.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=44.68%
G=22.70%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899613800.490.270.26332.941.3355.88
HexBD608A0311B1A14d2938
Octal27514021206133325155170
Binary1011110111000001000101001100011101111010101001101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD608A; }

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

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

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

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

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

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

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

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