Html Css Color HEX #BC93A2 Viola

📋 copy color: '#BC93A2'

red 188 ◦ green 147 ◦ blue 162

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

Shades of Viola #BC93A2

Tints of Viola #BC93A2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.58%

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

R = 37.83%
G = 29.58%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC93A2 (or 0xBC93A2) is known color: Viola. HEX triplet: BC, 93 and A2. RGB value is (188,147,162). Sum of RGB (Red+Green+Blue) = 188+147+162=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC93A2 is #436C5D. Grayscale: #A0A0A0. Windows color (decimal): -4418654 or 10654652. OLE color: 10654652.

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

Color convert

RGB 188 147 162 -
CMYK 0 0.22 0.14 0.26
HSL 338.05º 0.23% 0.66% -
HSV(B) 338.05º 0.22% 0.74% -
XYZ 37.69 34.17 38.79 -
YUV 160.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 188 147 162 0 0.22 0.14 0.26 338.05 0.23 0.66
Hex BC 93 A2 0 16 E 1A 152 17 42
Octal 274 223 242 0 26 16 32 522 27 102
Binary 10111100 10010011 10100010 0 10110 1110 11010 101010010 10111 1000010

Color Harmonies of #BC93A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93A2

Black with #BC93A2

Text Example


Text Example

White with #BC93A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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