Html Css Color HEX #BC8D93 Viola

📋 copy color: '#BC8D93'

red 188 ◦ green 141 ◦ blue 147

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

Shades of Viola #BC8D93

Tints of Viola #BC8D93

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.62%

 BLUE value IS 147 (57.81% from 255) = 30.88%

R = 39.5%
G = 29.62%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC8D93 (or 0xBC8D93) is known color: Viola. HEX triplet: BC, 8D and 93. RGB value is (188,141,147). Sum of RGB (Red+Green+Blue) = 188+141+147=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D93 is #43726C. Grayscale: #9B9B9B. Windows color (decimal): -4420205 or 9670076. OLE color: 9670076.

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

Color convert

RGB 188 141 147 -
CMYK 0 0.25 0.22 0.26
HSL 352.34º 0.26% 0.65% -
HSV(B) 352.34º 0.25% 0.74% -
XYZ 35.53 31.85 31.88 -
YUV 155.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 188 141 147 0 0.25 0.22 0.26 352.34 0.26 0.65
Hex BC 8D 93 0 19 16 1A 160 1A 41
Octal 274 215 223 0 31 26 32 540 32 101
Binary 10111100 10001101 10010011 0 11001 10110 11010 101100000 11010 1000001

Color Harmonies of #BC8D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D93

Black with #BC8D93

Text Example


Text Example

White with #BC8D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D93; }

 p { color: rgb(188,141,147); }

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

background-color css

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

 a { background-color: rgb(188,141,147); }

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

border-color css

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

 span { border-color: rgb(188,141,147); }

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