#BD6699

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

Shades of Hopbush #BD6699

Tints of Hopbush #BD6699

Color information

#BD6699 (or 0xBD6699) is unknown color: approx Hopbush. HEX triplet: BD, 66 and 99. RGB value is (189,102,153). Sum of RGB (Red+Green+Blue) = 189+102+153=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6699 is #429966. Grayscale: #858585. Windows color (decimal): -4364647 or 10053309. OLE color: 10053309.

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

Color convert

RGB189102153-
CMYK00.460.190.26
HSL324.83º39.73%57.06%-
HSV(B)324.83º46.03%74.12%-
XYZ31.4922.6232.84-
YUV133.83138.82167.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 102 (40.23% from 255) = 22.97%
BLUE value IS 153 (60.16% from 255) = 34.46%
R=42.57%
G=22.97%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910215300.460.190.26324.8339.7357.06
HexBD669902E131A1452839
Octal27514623105623325055071
Binary1011110111001101001100101011101001111010101000101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6699; }

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

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

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

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

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

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

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

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