#BD6597

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

Shades of Hopbush #BD6597

Tints of Hopbush #BD6597

Color information

#BD6597 (or 0xBD6597) is unknown color: approx Hopbush. HEX triplet: BD, 65 and 97. RGB value is (189,101,151). Sum of RGB (Red+Green+Blue) = 189+101+151=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6597 is #429A68. Grayscale: #848484. Windows color (decimal): -4364905 or 9921981. OLE color: 9921981.

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

Color convert

RGB189101151-
CMYK00.470.200.26
HSL325.91º40%56.86%-
HSV(B)325.91º46.56%74.12%-
XYZ31.2322.3631.95-
YUV133.01138.15167.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 101 (39.84% from 255) = 22.90%
BLUE value IS 151 (59.38% from 255) = 34.24%
R=42.86%
G=22.90%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910115100.470.200.26325.914056.86
HexBD659702F141A1462839
Octal27514522705724325065071
Binary1011110111001011001011101011111010011010101000110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6597; }

 p { color: rgb(189,101,151); }

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

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

 a { background-color: rgb(189,101,151); }

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

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

 span { border-color: rgb(189,101,151); }

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