Html Css Color HEX #BC93A4 Viola

📋 copy color: '#BC93A4'

red 188 ◦ green 147 ◦ blue 164

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

Shades of Viola #BC93A4

Tints of Viola #BC93A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.87%

R = 37.68%
G = 29.46%
B = 32.87%

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

#BC93A4 (or 0xBC93A4) is known color: Viola. HEX triplet: BC, 93 and A4. RGB value is (188,147,164). Sum of RGB (Red+Green+Blue) = 188+147+164=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC93A4 is #436C5B. Grayscale: #A1A1A1. Windows color (decimal): -4418652 or 10785724. OLE color: 10785724.

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

Color convert

RGB 188 147 164 -
CMYK 0 0.22 0.13 0.26
HSL 335.12º 0.23% 0.66% -
HSV(B) 335.12º 0.22% 0.74% -
XYZ 37.87 34.24 39.73 -
YUV 161.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 188 147 164 0 0.22 0.13 0.26 335.12 0.23 0.66
Hex BC 93 A4 0 16 D 1A 14F 17 42
Octal 274 223 244 0 26 15 32 517 27 102
Binary 10111100 10010011 10100100 0 10110 1101 11010 101001111 10111 1000010

Color Harmonies of #BC93A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93A4

Black with #BC93A4

Text Example


Text Example

White with #BC93A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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