Html Css Color HEX #B6949F Viola

📋 copy color: '#B6949F'

red 182 ◦ green 148 ◦ blue 159

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

Shades of Viola #B6949F

Tints of Viola #B6949F

RGB

 RED value IS 182 (71.48% from 255) = 37.22%

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

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

R = 37.22%
G = 30.27%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6949F (or 0xB6949F) is known color: Viola. HEX triplet: B6, 94 and 9F. RGB value is (182,148,159). Sum of RGB (Red+Green+Blue) = 182+148+159=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B6949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6949F is #496B60. Grayscale: #9F9F9F. Windows color (decimal): -4811617 or 10458294. OLE color: 10458294.

HSL color Cylindrical-coordinate representation of color #B6949F: hue angle of 340.59º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6949F is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 148 159 -
CMYK 0 0.19 0.13 0.29
HSL 340.59º 0.19% 0.65% -
HSV(B) 340.59º 0.19% 0.71% -
XYZ 36.14 33.63 37.39 -
YUV 159.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 182 148 159 0 0.19 0.13 0.29 340.59 0.19 0.65
Hex B6 94 9F 0 13 D 1D 155 13 41
Octal 266 224 237 0 23 15 35 525 23 101
Binary 10110110 10010100 10011111 0 10011 1101 11101 101010101 10011 1000001

Color Harmonies of #B6949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6949F

Black with #B6949F

Text Example


Text Example

White with #B6949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6949F; }

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

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

background-color css

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

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

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

border-color css

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

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

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