Html Css Color HEX #BC8B93 Viola

📋 copy color: '#BC8B93'

red 188 ◦ green 139 ◦ blue 147

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

Shades of Viola #BC8B93

Tints of Viola #BC8B93

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.32%

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

R = 39.66%
G = 29.32%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC8B93 (or 0xBC8B93) is known color: Viola. HEX triplet: BC, 8B and 93. RGB value is (188,139,147). Sum of RGB (Red+Green+Blue) = 188+139+147=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8B93 is #43746C. Grayscale: #9A9A9A. Windows color (decimal): -4420717 or 9669564. OLE color: 9669564.

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

Color convert

RGB 188 139 147 -
CMYK 0 0.26 0.22 0.26
HSL 350.2º 0.27% 0.64% -
HSV(B) 350.2º 0.26% 0.74% -
XYZ 35.24 31.26 31.78 -
YUV 154.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 188 139 147 0 0.26 0.22 0.26 350.2 0.27 0.64
Hex BC 8B 93 0 1A 16 1A 15E 1B 40
Octal 274 213 223 0 32 26 32 536 33 100
Binary 10111100 10001011 10010011 0 11010 10110 11010 101011110 11011 1000000

Color Harmonies of #BC8B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B93

Black with #BC8B93

Text Example


Text Example

White with #BC8B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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