Html Css Color HEX #BC8494 Viola

📋 copy color: '#BC8494'

red 188 ◦ green 132 ◦ blue 148

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

Shades of Viola #BC8494

Tints of Viola #BC8494

RGB

 RED value IS 188 (73.83% from 255) = 40.17%

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

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

R = 40.17%
G = 28.21%
B = 31.62%

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

#BC8494 (or 0xBC8494) is known color: Viola. HEX triplet: BC, 84 and 94. RGB value is (188,132,148). Sum of RGB (Red+Green+Blue) = 188+132+148=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8494 is #437B6B. Grayscale: #969696. Windows color (decimal): -4422508 or 9733308. OLE color: 9733308.

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

Color convert

RGB 188 132 148 -
CMYK 0 0.30 0.21 0.26
HSL 342.86º 0.29% 0.63% -
HSV(B) 342.86º 0.3% 0.74% -
XYZ 34.34 29.33 31.87 -
YUV 150.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 188 132 148 0 0.30 0.21 0.26 342.86 0.29 0.63
Hex BC 84 94 0 1E 15 1A 157 1D 3F
Octal 274 204 224 0 36 25 32 527 35 77
Binary 10111100 10000100 10010100 0 11110 10101 11010 101010111 11101 111111

Color Harmonies of #BC8494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8494

Black with #BC8494

Text Example


Text Example

White with #BC8494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8494; }

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

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

background-color css

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

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

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

border-color css

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

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

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