#BD6994

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

Shades of Hopbush #BD6994

Tints of Hopbush #BD6994

Color information

#BD6994 (or 0xBD6994) is unknown color: approx Hopbush. HEX triplet: BD, 69 and 94. RGB value is (189,105,148). Sum of RGB (Red+Green+Blue) = 189+105+148=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6994 is #42966B. Grayscale: #868686. Windows color (decimal): -4363884 or 9726397. OLE color: 9726397.

HSL color Cylindrical-coordinate representation of color #BD6994: hue angle of 329.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6994 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB189105148-
CMYK00.440.220.26
HSL329.29º38.89%57.65%-
HSV(B)329.29º44.44%74.12%-
XYZ31.3823.0630.81-
YUV135.02135.33166.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=42.76%
G=23.76%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910514800.440.220.26329.2938.8957.65
HexBD699402C161A149273a
Octal27515122405426325114772
Binary1011110111010011001010001011001011011010101001001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6994; }

 p { color: rgb(189,105,148); }

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

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

 a { background-color: rgb(189,105,148); }

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

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

 span { border-color: rgb(189,105,148); }

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