Html Css Color HEX #B492A0 Viola

📋 copy color: '#B492A0'

red 180 ◦ green 146 ◦ blue 160

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

Shades of Viola #B492A0

Tints of Viola #B492A0

RGB

 RED value IS 180 (70.7% from 255) = 37.04%

 GREEN value IS 146 (57.42% from 255) = 30.04%

 BLUE value IS 160 (62.89% from 255) = 32.92%

R = 37.04%
G = 30.04%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B492A0 (or 0xB492A0) is known color: Viola. HEX triplet: B4, 92 and A0. RGB value is (180,146,160). Sum of RGB (Red+Green+Blue) = 180+146+160=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B492A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B492A0 is #4B6D5F. Grayscale: #9D9D9D. Windows color (decimal): -4943200 or 10523316. OLE color: 10523316.

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

Color convert

RGB 180 146 160 -
CMYK 0 0.19 0.11 0.29
HSL 335.29º 0.18% 0.64% -
HSV(B) 335.29º 0.19% 0.71% -
XYZ 35.45 32.8 37.72 -
YUV 157.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 180 146 160 0 0.19 0.11 0.29 335.29 0.18 0.64
Hex B4 92 A0 0 13 B 1D 14F 12 40
Octal 264 222 240 0 23 13 35 517 22 100
Binary 10110100 10010010 10100000 0 10011 1011 11101 101001111 10010 1000000

Color Harmonies of #B492A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492A0

Black with #B492A0

Text Example


Text Example

White with #B492A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492A0; }

 p { color: rgb(180,146,160); }

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

background-color css

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

 a { background-color: rgb(180,146,160); }

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

border-color css

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

 span { border-color: rgb(180,146,160); }

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