Html Css Color HEX #BC87A2 Viola

📋 copy color: '#BC87A2'

red 188 ◦ green 135 ◦ blue 162

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

Shades of Viola #BC87A2

Tints of Viola #BC87A2

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.84%

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

R = 38.76%
G = 27.84%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC87A2 (or 0xBC87A2) is known color: Viola. HEX triplet: BC, 87 and A2. RGB value is (188,135,162). Sum of RGB (Red+Green+Blue) = 188+135+162=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC87A2 is #43785D. Grayscale: #999999. Windows color (decimal): -4421726 or 10651580. OLE color: 10651580.

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

Color convert

RGB 188 135 162 -
CMYK 0 0.28 0.14 0.26
HSL 329.43º 0.28% 0.63% -
HSV(B) 329.43º 0.28% 0.74% -
XYZ 35.92 30.63 38.2 -
YUV 153.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 188 135 162 0 0.28 0.14 0.26 329.43 0.28 0.63
Hex BC 87 A2 0 1C E 1A 149 1C 3F
Octal 274 207 242 0 34 16 32 511 34 77
Binary 10111100 10000111 10100010 0 11100 1110 11010 101001001 11100 111111

Color Harmonies of #BC87A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87A2

Black with #BC87A2

Text Example


Text Example

White with #BC87A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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