Html Css Color HEX #BC919D Viola

📋 copy color: '#BC919D'

red 188 ◦ green 145 ◦ blue 157

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

Shades of Viola #BC919D

Tints of Viola #BC919D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.59%

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

R = 38.37%
G = 29.59%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC919D (or 0xBC919D) is known color: Viola. HEX triplet: BC, 91 and 9D. RGB value is (188,145,157). Sum of RGB (Red+Green+Blue) = 188+145+157=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC919D is #436E62. Grayscale: #9F9F9F. Windows color (decimal): -4419171 or 10326460. OLE color: 10326460.

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

Color convert

RGB 188 145 157 -
CMYK 0 0.23 0.16 0.26
HSL 343.26º 0.24% 0.65% -
HSV(B) 343.26º 0.23% 0.74% -
XYZ 36.95 33.38 36.39 -
YUV 159.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 188 145 157 0 0.23 0.16 0.26 343.26 0.24 0.65
Hex BC 91 9D 0 17 10 1A 157 18 41
Octal 274 221 235 0 27 20 32 527 30 101
Binary 10111100 10010001 10011101 0 10111 10000 11010 101010111 11000 1000001

Color Harmonies of #BC919D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC919D

Black with #BC919D

Text Example


Text Example

White with #BC919D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC919D; }

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

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

background-color css

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

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

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

border-color css

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

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

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