Html Css Color HEX #B58498 Viola

📋 copy color: '#B58498'

red 181 ◦ green 132 ◦ blue 152

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

Shades of Viola #B58498

Tints of Viola #B58498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.69%

R = 38.92%
G = 28.39%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B58498 (or 0xB58498) is known color: Viola. HEX triplet: B5, 84 and 98. RGB value is (181,132,152). Sum of RGB (Red+Green+Blue) = 181+132+152=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B58498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58498 is #4A7B67. Grayscale: #949494. Windows color (decimal): -4881256 or 9995445. OLE color: 9995445.

HSL color Cylindrical-coordinate representation of color #B58498: hue angle of 335.51º 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 #B58498 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 132 152 -
CMYK 0 0.27 0.16 0.29
HSL 335.51º 0.25% 0.61% -
HSV(B) 335.51º 0.27% 0.71% -
XYZ 32.97 28.59 33.49 -
YUV 148.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 181 132 152 0 0.27 0.16 0.29 335.51 0.25 0.61
Hex B5 84 98 0 1B 10 1D 150 19 3D
Octal 265 204 230 0 33 20 35 520 31 75
Binary 10110101 10000100 10011000 0 11011 10000 11101 101010000 11001 111101

Color Harmonies of #B58498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58498

Black with #B58498

Text Example


Text Example

White with #B58498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58498; }

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

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

background-color css

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

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

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

border-color css

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

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

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