#BD6F9C

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

Shades of Hopbush #BD6F9C

Tints of Hopbush #BD6F9C

Color information

#BD6F9C (or 0xBD6F9C) is unknown color: approx Hopbush. HEX triplet: BD, 6F and 9C. RGB value is (189,111,156). Sum of RGB (Red+Green+Blue) = 189+111+156=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6F9C is #429063. Grayscale: #8B8B8B. Windows color (decimal): -4362340 or 10252221. OLE color: 10252221.

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

Color convert

RGB189111156-
CMYK00.410.170.26
HSL325.38º37.14%58.82%-
HSV(B)325.38º41.27%74.12%-
XYZ32.6724.5934.48-
YUV139.45137.34163.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 111 (43.75% from 255) = 24.34%
BLUE value IS 156 (61.33% from 255) = 34.21%
R=41.45%
G=24.34%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911115600.410.170.26325.3837.1458.82
HexBD6F9C029111A145253b
Octal27515723405121325054573
Binary1011110111011111001110001010011000111010101000101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6F9C; }

 p { color: rgb(189,111,156); }

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

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

 a { background-color: rgb(189,111,156); }

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

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

 span { border-color: rgb(189,111,156); }

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