Html Css Color HEX #B58492 Viola

📋 copy color: '#B58492'

red 181 ◦ green 132 ◦ blue 146

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

Shades of Viola #B58492

Tints of Viola #B58492

RGB

 RED value IS 181 (71.09% from 255) = 39.43%

 GREEN value IS 132 (51.95% from 255) = 28.76%

 BLUE value IS 146 (57.42% from 255) = 31.81%

R = 39.43%
G = 28.76%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B58492 (or 0xB58492) is known color: Viola. HEX triplet: B5, 84 and 92. RGB value is (181,132,146). Sum of RGB (Red+Green+Blue) = 181+132+146=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B58492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58492 is #4A7B6D. Grayscale: #949494. Windows color (decimal): -4881262 or 9602229. OLE color: 9602229.

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

Color convert

RGB 181 132 146 -
CMYK 0 0.27 0.19 0.29
HSL 342.86º 0.25% 0.61% -
HSV(B) 342.86º 0.27% 0.71% -
XYZ 32.5 28.4 30.96 -
YUV 148.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 181 132 146 0 0.27 0.19 0.29 342.86 0.25 0.61
Hex B5 84 92 0 1B 13 1D 157 19 3D
Octal 265 204 222 0 33 23 35 527 31 75
Binary 10110101 10000100 10010010 0 11011 10011 11101 101010111 11001 111101

Color Harmonies of #B58492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58492

Black with #B58492

Text Example


Text Example

White with #B58492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58492; }

 p { color: rgb(181,132,146); }

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

background-color css

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

 a { background-color: rgb(181,132,146); }

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

border-color css

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

 span { border-color: rgb(181,132,146); }

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