Html Css Color HEX #BC8D9F Viola

📋 copy color: '#BC8D9F'

red 188 ◦ green 141 ◦ blue 159

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

Shades of Viola #BC8D9F

Tints of Viola #BC8D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.58%

R = 38.52%
G = 28.89%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC8D9F (or 0xBC8D9F) is known color: Viola. HEX triplet: BC, 8D and 9F. RGB value is (188,141,159). Sum of RGB (Red+Green+Blue) = 188+141+159=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D9F is #437260. Grayscale: #9D9D9D. Windows color (decimal): -4420193 or 10456508. OLE color: 10456508.

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

Color convert

RGB 188 141 159 -
CMYK 0 0.25 0.15 0.26
HSL 337.02º 0.26% 0.65% -
HSV(B) 337.02º 0.25% 0.74% -
XYZ 36.52 32.24 37.1 -
YUV 157.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 188 141 159 0 0.25 0.15 0.26 337.02 0.26 0.65
Hex BC 8D 9F 0 19 F 1A 151 1A 41
Octal 274 215 237 0 31 17 32 521 32 101
Binary 10111100 10001101 10011111 0 11001 1111 11010 101010001 11010 1000001

Color Harmonies of #BC8D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D9F

Black with #BC8D9F

Text Example


Text Example

White with #BC8D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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