Html Css Color HEX #BC97A1 Viola

📋 copy color: '#BC97A1'

red 188 ◦ green 151 ◦ blue 161

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

Shades of Viola #BC97A1

Tints of Viola #BC97A1

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.2%

 BLUE value IS 161 (63.28% from 255) = 32.2%

R = 37.6%
G = 30.2%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC97A1 (or 0xBC97A1) is known color: Viola. HEX triplet: BC, 97 and A1. RGB value is (188,151,161). Sum of RGB (Red+Green+Blue) = 188+151+161=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC97A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC97A1 is #43685E. Grayscale: #A3A3A3. Windows color (decimal): -4417631 or 10590140. OLE color: 10590140.

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

Color convert

RGB 188 151 161 -
CMYK 0 0.20 0.14 0.26
HSL 343.78º 0.22% 0.66% -
HSV(B) 343.78º 0.2% 0.74% -
XYZ 38.24 35.4 38.54 -
YUV 163.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 188 151 161 0 0.20 0.14 0.26 343.78 0.22 0.66
Hex BC 97 A1 0 14 E 1A 158 16 42
Octal 274 227 241 0 24 16 32 530 26 102
Binary 10111100 10010111 10100001 0 10100 1110 11010 101011000 10110 1000010

Color Harmonies of #BC97A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC97A1

Black with #BC97A1

Text Example


Text Example

White with #BC97A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC97A1; }

 p { color: rgb(188,151,161); }

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

background-color css

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

 a { background-color: rgb(188,151,161); }

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

border-color css

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

 span { border-color: rgb(188,151,161); }

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