Html Css Color HEX #BC949F Viola

📋 copy color: '#BC949F'

red 188 ◦ green 148 ◦ blue 159

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

Shades of Viola #BC949F

Tints of Viola #BC949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.9%

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

R = 37.98%
G = 29.9%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC949F (or 0xBC949F) is known color: Viola. HEX triplet: BC, 94 and 9F. RGB value is (188,148,159). Sum of RGB (Red+Green+Blue) = 188+148+159=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC949F is #436B60. Grayscale: #A1A1A1. Windows color (decimal): -4418401 or 10458300. OLE color: 10458300.

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

Color convert

RGB 188 148 159 -
CMYK 0 0.21 0.15 0.26
HSL 343.5º 0.23% 0.66% -
HSV(B) 343.5º 0.21% 0.74% -
XYZ 37.59 34.37 37.45 -
YUV 161.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 188 148 159 0 0.21 0.15 0.26 343.5 0.23 0.66
Hex BC 94 9F 0 15 F 1A 158 17 42
Octal 274 224 237 0 25 17 32 530 27 102
Binary 10111100 10010100 10011111 0 10101 1111 11010 101011000 10111 1000010

Color Harmonies of #BC949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC949F

Black with #BC949F

Text Example


Text Example

White with #BC949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC949F; }

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

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

background-color css

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

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

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

border-color css

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

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

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