Html Css Color HEX #BC93A5 Viola

📋 copy color: '#BC93A5'

red 188 ◦ green 147 ◦ blue 165

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

Shades of Viola #BC93A5

Tints of Viola #BC93A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33%

R = 37.6%
G = 29.4%
B = 33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC93A5 (or 0xBC93A5) is known color: Viola. HEX triplet: BC, 93 and A5. RGB value is (188,147,165). Sum of RGB (Red+Green+Blue) = 188+147+165=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC93A5 is #436C5A. Grayscale: #A1A1A1. Windows color (decimal): -4418651 or 10851260. OLE color: 10851260.

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

Color convert

RGB 188 147 165 -
CMYK 0 0.22 0.12 0.26
HSL 333.66º 0.23% 0.66% -
HSV(B) 333.66º 0.22% 0.74% -
XYZ 37.96 34.28 40.21 -
YUV 161.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 188 147 165 0 0.22 0.12 0.26 333.66 0.23 0.66
Hex BC 93 A5 0 16 C 1A 14E 17 42
Octal 274 223 245 0 26 14 32 516 27 102
Binary 10111100 10010011 10100101 0 10110 1100 11010 101001110 10111 1000010

Color Harmonies of #BC93A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93A5

Black with #BC93A5

Text Example


Text Example

White with #BC93A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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