Html Css Color HEX #BC95A2 Viola

📋 copy color: '#BC95A2'

red 188 ◦ green 149 ◦ blue 162

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

Shades of Viola #BC95A2

Tints of Viola #BC95A2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.86%

 BLUE value IS 162 (63.67% from 255) = 32.46%

R = 37.68%
G = 29.86%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC95A2 (or 0xBC95A2) is known color: Viola. HEX triplet: BC, 95 and A2. RGB value is (188,149,162). Sum of RGB (Red+Green+Blue) = 188+149+162=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC95A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC95A2 is #436A5D. Grayscale: #A2A2A2. Windows color (decimal): -4418142 or 10655164. OLE color: 10655164.

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

Color convert

RGB 188 149 162 -
CMYK 0 0.21 0.14 0.26
HSL 340º 0.23% 0.66% -
HSV(B) 340º 0.21% 0.74% -
XYZ 38.01 34.79 38.9 -
YUV 162.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 188 149 162 0 0.21 0.14 0.26 340 0.23 0.66
Hex BC 95 A2 0 15 E 1A 154 17 42
Octal 274 225 242 0 25 16 32 524 27 102
Binary 10111100 10010101 10100010 0 10101 1110 11010 101010100 10111 1000010

Color Harmonies of #BC95A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC95A2

Black with #BC95A2

Text Example


Text Example

White with #BC95A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC95A2; }

 p { color: rgb(188,149,162); }

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

background-color css

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

 a { background-color: rgb(188,149,162); }

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

border-color css

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

 span { border-color: rgb(188,149,162); }

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