Html Css Color HEX #BC93A3 Viola

📋 copy color: '#BC93A3'

red 188 ◦ green 147 ◦ blue 163

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

Shades of Viola #BC93A3

Tints of Viola #BC93A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.73%

R = 37.75%
G = 29.52%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC93A3 (or 0xBC93A3) is known color: Viola. HEX triplet: BC, 93 and A3. RGB value is (188,147,163). Sum of RGB (Red+Green+Blue) = 188+147+163=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC93A3 is #436C5C. Grayscale: #A1A1A1. Windows color (decimal): -4418653 or 10720188. OLE color: 10720188.

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

Color convert

RGB 188 147 163 -
CMYK 0 0.22 0.13 0.26
HSL 336.59º 0.23% 0.66% -
HSV(B) 336.59º 0.22% 0.74% -
XYZ 37.78 34.2 39.26 -
YUV 161.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 188 147 163 0 0.22 0.13 0.26 336.59 0.23 0.66
Hex BC 93 A3 0 16 D 1A 151 17 42
Octal 274 223 243 0 26 15 32 521 27 102
Binary 10111100 10010011 10100011 0 10110 1101 11010 101010001 10111 1000010

Color Harmonies of #BC93A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93A3

Black with #BC93A3

Text Example


Text Example

White with #BC93A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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