Html Css Color HEX #BD8596 Viola

📋 copy color: '#BD8596'

red 189 ◦ green 133 ◦ blue 150

#BD8596
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #BD8596

Tints of Viola #BD8596

RGB

 RED value IS 189 (74.22% from 255) = 40.04%

 GREEN value IS 133 (52.34% from 255) = 28.18%

 BLUE value IS 150 (58.98% from 255) = 31.78%

R = 40.04%
G = 28.18%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD8596 (or 0xBD8596) is known color: Viola. HEX triplet: BD, 85 and 96. RGB value is (189,133,150). Sum of RGB (Red+Green+Blue) = 189+133+150=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8596 is #427A69. Grayscale: #979797. Windows color (decimal): -4356714 or 9864637. OLE color: 9864637.

HSL color Cylindrical-coordinate representation of color #BD8596: hue angle of 341.79º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD8596 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 133 150 -
CMYK 0 0.30 0.21 0.26
HSL 341.79º 0.3% 0.63% -
HSV(B) 341.79º 0.3% 0.74% -
XYZ 34.88 29.8 32.77 -
YUV 151.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 189 133 150 0 0.30 0.21 0.26 341.79 0.3 0.63
Hex BD 85 96 0 1E 15 1A 156 1E 3F
Octal 275 205 226 0 36 25 32 526 36 77
Binary 10111101 10000101 10010110 0 11110 10101 11010 101010110 11110 111111

Color Harmonies of #BD8596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8596

Black with #BD8596

Text Example


Text Example

White with #BD8596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8596; }

 p { color: rgb(189,133,150); }

 H1.HeaderClassName
 {
   color: #BD8596;
 }
 .AnyTagClassName
 {
   color: #BD8596;
 }
</style>

background-color css

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

 a { background-color: rgb(189,133,150); }

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

border-color css

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

 span { border-color: rgb(189,133,150); }

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