Html Css Color HEX #B6969D Viola

📋 copy color: '#B6969D'

red 182 ◦ green 150 ◦ blue 157

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

Shades of Viola #B6969D

Tints of Viola #B6969D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.67%

 BLUE value IS 157 (61.72% from 255) = 32.11%

R = 37.22%
G = 30.67%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6969D (or 0xB6969D) is known color: Viola. HEX triplet: B6, 96 and 9D. RGB value is (182,150,157). Sum of RGB (Red+Green+Blue) = 182+150+157=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B6969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6969D is #496962. Grayscale: #A0A0A0. Windows color (decimal): -4811107 or 10327734. OLE color: 10327734.

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

Color convert

RGB 182 150 157 -
CMYK 0 0.18 0.14 0.29
HSL 346.88º 0.18% 0.65% -
HSV(B) 346.88º 0.18% 0.71% -
XYZ 36.28 34.19 36.59 -
YUV 160.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 182 150 157 0 0.18 0.14 0.29 346.88 0.18 0.65
Hex B6 96 9D 0 12 E 1D 15B 12 41
Octal 266 226 235 0 22 16 35 533 22 101
Binary 10110110 10010110 10011101 0 10010 1110 11101 101011011 10010 1000001

Color Harmonies of #B6969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6969D

Black with #B6969D

Text Example


Text Example

White with #B6969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6969D; }

 p { color: rgb(182,150,157); }

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

background-color css

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

 a { background-color: rgb(182,150,157); }

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

border-color css

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

 span { border-color: rgb(182,150,157); }

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