Html Css Color HEX #BD8494 Viola

📋 copy color: '#BD8494'

red 189 ◦ green 132 ◦ blue 148

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

Shades of Viola #BD8494

Tints of Viola #BD8494

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.14%

 BLUE value IS 148 (58.2% from 255) = 31.56%

R = 40.3%
G = 28.14%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD8494 (or 0xBD8494) is known color: Viola. HEX triplet: BD, 84 and 94. RGB value is (189,132,148). Sum of RGB (Red+Green+Blue) = 189+132+148=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8494 is #427B6B. Grayscale: #969696. Windows color (decimal): -4356972 or 9733309. OLE color: 9733309.

HSL color Cylindrical-coordinate representation of color #BD8494: hue angle of 343.16º 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 #BD8494 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 132 148 -
CMYK 0 0.30 0.22 0.26
HSL 343.16º 0.3% 0.63% -
HSV(B) 343.16º 0.3% 0.74% -
XYZ 34.58 29.46 31.88 -
YUV 150.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 189 132 148 0 0.30 0.22 0.26 343.16 0.3 0.63
Hex BD 84 94 0 1E 16 1A 157 1E 3F
Octal 275 204 224 0 36 26 32 527 36 77
Binary 10111101 10000100 10010100 0 11110 10110 11010 101010111 11110 111111

Color Harmonies of #BD8494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8494

Black with #BD8494

Text Example


Text Example

White with #BD8494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8494; }

 p { color: rgb(189,132,148); }

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

background-color css

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

 a { background-color: rgb(189,132,148); }

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

border-color css

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

 span { border-color: rgb(189,132,148); }

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