Html Css Color HEX #BD8199 Viola

📋 copy color: '#BD8199'

red 189 ◦ green 129 ◦ blue 153

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

Shades of Viola #BD8199

Tints of Viola #BD8199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.39%

 BLUE value IS 153 (60.16% from 255) = 32.48%

R = 40.13%
G = 27.39%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD8199 (or 0xBD8199) is known color: Viola. HEX triplet: BD, 81 and 99. RGB value is (189,129,153). Sum of RGB (Red+Green+Blue) = 189+129+153=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8199 is #427E66. Grayscale: #959595. Windows color (decimal): -4357735 or 10060221. OLE color: 10060221.

HSL color Cylindrical-coordinate representation of color #BD8199: hue angle of 336º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD8199 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 129 153 -
CMYK 0 0.32 0.19 0.26
HSL 336º 0.31% 0.62% -
HSV(B) 336º 0.32% 0.74% -
XYZ 34.59 28.82 33.88 -
YUV 149.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 189 129 153 0 0.32 0.19 0.26 336 0.31 0.62
Hex BD 81 99 0 20 13 1A 150 1F 3E
Octal 275 201 231 0 40 23 32 520 37 76
Binary 10111101 10000001 10011001 0 100000 10011 11010 101010000 11111 111110

Color Harmonies of #BD8199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8199

Black with #BD8199

Text Example


Text Example

White with #BD8199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8199; }

 p { color: rgb(189,129,153); }

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

background-color css

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

 a { background-color: rgb(189,129,153); }

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

border-color css

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

 span { border-color: rgb(189,129,153); }

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