#BD6691

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

Shades of Hopbush #BD6691

Tints of Hopbush #BD6691

Color information

#BD6691 (or 0xBD6691) is unknown color: approx Hopbush. HEX triplet: BD, 66 and 91. RGB value is (189,102,145). Sum of RGB (Red+Green+Blue) = 189+102+145=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6691 is #42996E. Grayscale: #848484. Windows color (decimal): -4364655 or 9529021. OLE color: 9529021.

HSL color Cylindrical-coordinate representation of color #BD6691: hue angle of 330.34º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD6691 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB189102145-
CMYK00.460.230.26
HSL330.34º39.73%57.06%-
HSV(B)330.34º46.03%74.12%-
XYZ30.8522.3729.48-
YUV132.92134.82168-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 145 (57.03% from 255) = 33.26%
R=43.35%
G=23.39%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910214500.460.230.26330.3439.7357.06
HexBD669102E171A14a2839
Octal27514622105627325125071
Binary1011110111001101001000101011101011111010101001010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6691; }

 p { color: rgb(189,102,145); }

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

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

 a { background-color: rgb(189,102,145); }

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

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

 span { border-color: rgb(189,102,145); }

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