Html Css Color HEX #BC89A1 Viola

📋 copy color: '#BC89A1'

red 188 ◦ green 137 ◦ blue 161

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

Shades of Viola #BC89A1

Tints of Viola #BC89A1

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.19%

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

R = 38.68%
G = 28.19%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC89A1 (or 0xBC89A1) is known color: Viola. HEX triplet: BC, 89 and A1. RGB value is (188,137,161). Sum of RGB (Red+Green+Blue) = 188+137+161=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC89A1 is #43765E. Grayscale: #9A9A9A. Windows color (decimal): -4421215 or 10586556. OLE color: 10586556.

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

Color convert

RGB 188 137 161 -
CMYK 0 0.27 0.14 0.26
HSL 331.76º 0.28% 0.64% -
HSV(B) 331.76º 0.27% 0.74% -
XYZ 36.12 31.16 37.83 -
YUV 154.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 188 137 161 0 0.27 0.14 0.26 331.76 0.28 0.64
Hex BC 89 A1 0 1B E 1A 14C 1C 40
Octal 274 211 241 0 33 16 32 514 34 100
Binary 10111100 10001001 10100001 0 11011 1110 11010 101001100 11100 1000000

Color Harmonies of #BC89A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89A1

Black with #BC89A1

Text Example


Text Example

White with #BC89A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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