Html Css Color HEX #BC8D9E Viola

📋 copy color: '#BC8D9E'

red 188 ◦ green 141 ◦ blue 158

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

Shades of Viola #BC8D9E

Tints of Viola #BC8D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.44%

R = 38.6%
G = 28.95%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC8D9E (or 0xBC8D9E) is known color: Viola. HEX triplet: BC, 8D and 9E. RGB value is (188,141,158). Sum of RGB (Red+Green+Blue) = 188+141+158=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D9E is #437261. Grayscale: #9C9C9C. Windows color (decimal): -4420194 or 10390972. OLE color: 10390972.

HSL color Cylindrical-coordinate representation of color #BC8D9E: hue angle of 338.3º 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 #BC8D9E is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 141 158 -
CMYK 0 0.25 0.16 0.26
HSL 338.3º 0.26% 0.65% -
HSV(B) 338.3º 0.25% 0.74% -
XYZ 36.44 32.21 36.64 -
YUV 156.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 188 141 158 0 0.25 0.16 0.26 338.3 0.26 0.65
Hex BC 8D 9E 0 19 10 1A 152 1A 41
Octal 274 215 236 0 31 20 32 522 32 101
Binary 10111100 10001101 10011110 0 11001 10000 11010 101010010 11010 1000001

Color Harmonies of #BC8D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D9E

Black with #BC8D9E

Text Example


Text Example

White with #BC8D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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