#BD8B9E

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

Shades of Viola #BD8B9E

Tints of Viola #BD8B9E

Color information

#BD8B9E (or 0xBD8B9E) is unknown color: approx Viola. HEX triplet: BD, 8B and 9E. RGB value is (189,139,158). Sum of RGB (Red+Green+Blue) = 189+139+158=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8B9E is #427461. Grayscale: #9C9C9C. Windows color (decimal): -4355170 or 10390461. OLE color: 10390461.

HSL color Cylindrical-coordinate representation of color #BD8B9E: hue angle of 337.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD8B9E is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB189139158-
CMYK00.260.160.26
HSL337.2º27.47%64.31%-
HSV(B)337.2º26.46%74.12%-
XYZ36.3931.7536.56-
YUV156.12129.06151.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 139 (54.69% from 255) = 28.60%
BLUE value IS 158 (62.11% from 255) = 32.51%
R=38.89%
G=28.60%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913915800.260.160.26337.227.4764.31
HexBD8B9E01A101A1511b40
Octal275213236032203252133100
Binary1011110110001011100111100110101000011010101010001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8B9E; }

 p { color: rgb(189,139,158); }

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

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

 a { background-color: rgb(189,139,158); }

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

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

 span { border-color: rgb(189,139,158); }

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