#BD6E98

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

Shades of Hopbush #BD6E98

Tints of Hopbush #BD6E98

Color information

#BD6E98 (or 0xBD6E98) is unknown color: approx Hopbush. HEX triplet: BD, 6E and 98. RGB value is (189,110,152). Sum of RGB (Red+Green+Blue) = 189+110+152=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6E98 is #429167. Grayscale: #8A8A8A. Windows color (decimal): -4362600 or 9989821. OLE color: 9989821.

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

Color convert

RGB189110152-
CMYK00.420.200.26
HSL328.1º37.44%58.63%-
HSV(B)328.1º41.8%74.12%-
XYZ32.2324.2432.69-
YUV138.41135.67164.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=41.91%
G=24.39%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911015200.420.200.26328.137.4458.63
HexBD6E9802A141A148253b
Octal27515623005224325104573
Binary1011110111011101001100001010101010011010101001000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6E98; }

 p { color: rgb(189,110,152); }

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

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

 a { background-color: rgb(189,110,152); }

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

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

 span { border-color: rgb(189,110,152); }

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