Html Css Color HEX #BC889D Viola

📋 copy color: '#BC889D'

red 188 ◦ green 136 ◦ blue 157

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

Shades of Viola #BC889D

Tints of Viola #BC889D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.27%

 BLUE value IS 157 (61.72% from 255) = 32.64%

R = 39.09%
G = 28.27%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC889D (or 0xBC889D) is known color: Viola. HEX triplet: BC, 88 and 9D. RGB value is (188,136,157). Sum of RGB (Red+Green+Blue) = 188+136+157=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC889D is #437762. Grayscale: #999999. Windows color (decimal): -4421475 or 10324156. OLE color: 10324156.

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

Color convert

RGB 188 136 157 -
CMYK 0 0.28 0.16 0.26
HSL 335.77º 0.28% 0.64% -
HSV(B) 335.77º 0.28% 0.74% -
XYZ 35.63 30.73 35.95 -
YUV 153.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 188 136 157 0 0.28 0.16 0.26 335.77 0.28 0.64
Hex BC 88 9D 0 1C 10 1A 150 1C 40
Octal 274 210 235 0 34 20 32 520 34 100
Binary 10111100 10001000 10011101 0 11100 10000 11010 101010000 11100 1000000

Color Harmonies of #BC889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC889D

Black with #BC889D

Text Example


Text Example

White with #BC889D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC889D; }

 p { color: rgb(188,136,157); }

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

background-color css

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

 a { background-color: rgb(188,136,157); }

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

border-color css

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

 span { border-color: rgb(188,136,157); }

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