Html Css Color HEX #BD8D9F Viola

📋 copy color: '#BD8D9F'

red 189 ◦ green 141 ◦ blue 159

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

Shades of Viola #BD8D9F

Tints of Viola #BD8D9F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.83%

 BLUE value IS 159 (62.5% from 255) = 32.52%

R = 38.65%
G = 28.83%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD8D9F (or 0xBD8D9F) is known color: Viola. HEX triplet: BD, 8D and 9F. RGB value is (189,141,159). Sum of RGB (Red+Green+Blue) = 189+141+159=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8D9F is #427260. Grayscale: #9D9D9D. Windows color (decimal): -4354657 or 10456509. OLE color: 10456509.

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

Color convert

RGB 189 141 159 -
CMYK 0 0.25 0.16 0.26
HSL 337.5º 0.27% 0.65% -
HSV(B) 337.5º 0.25% 0.74% -
XYZ 36.77 32.37 37.11 -
YUV 157.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 189 141 159 0 0.25 0.16 0.26 337.5 0.27 0.65
Hex BD 8D 9F 0 19 10 1A 152 1B 41
Octal 275 215 237 0 31 20 32 522 33 101
Binary 10111101 10001101 10011111 0 11001 10000 11010 101010010 11011 1000001

Color Harmonies of #BD8D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8D9F

Black with #BD8D9F

Text Example


Text Example

White with #BD8D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8D9F; }

 p { color: rgb(189,141,159); }

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

background-color css

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

 a { background-color: rgb(189,141,159); }

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

border-color css

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

 span { border-color: rgb(189,141,159); }

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