#bd6692

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

Shades of Hopbush #BD6692

Tints of Hopbush #BD6692

Color information

#BD6692 (or 0xBD6692) is unknown color: approx Hopbush. HEX triplet: BD, 66 and 92. RGB value is (189,102,146). Sum of RGB (Red+Green+Blue) = 189+102+146=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6692 is #42996D. Grayscale: #848484. Windows color (decimal): -4364654 or 9594557. OLE color: 9594557.

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

Color convert

RGB189102146-
CMYK00.460.230.26
HSL329.66º39.73%57.06%-
HSV(B)329.66º46.03%74.12%-
XYZ30.9322.429.89-
YUV133.03135.32167.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.25%
GREEN value IS 102 (40.23% from 255) = 23.34%
BLUE value IS 146 (57.42% from 255) = 33.41%
R=43.25%
G=23.34%
B=33.41%

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
Decimal18910214600.460.230.26329.6639.7357.06
HexBD669202E171A14a2839
Octal27514622205627325125071
Binary1011110111001101001001001011101011111010101001010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd6692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd6692; }

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

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

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

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

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

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

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

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