Html Css Color HEX #B48493 Viola

📋 copy color: '#B48493'

red 180 ◦ green 132 ◦ blue 147

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

Shades of Viola #B48493

Tints of Viola #B48493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.03%

R = 39.22%
G = 28.76%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B48493 (or 0xB48493) is known color: Viola. HEX triplet: B4, 84 and 93. RGB value is (180,132,147). Sum of RGB (Red+Green+Blue) = 180+132+147=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B48493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48493 is #4B7B6C. Grayscale: #949494. Windows color (decimal): -4946797 or 9667764. OLE color: 9667764.

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

Color convert

RGB 180 132 147 -
CMYK 0 0.27 0.18 0.29
HSL 341.25º 0.24% 0.61% -
HSV(B) 341.25º 0.27% 0.71% -
XYZ 32.34 28.31 31.36 -
YUV 148.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 180 132 147 0 0.27 0.18 0.29 341.25 0.24 0.61
Hex B4 84 93 0 1B 12 1D 155 18 3D
Octal 264 204 223 0 33 22 35 525 30 75
Binary 10110100 10000100 10010011 0 11011 10010 11101 101010101 11000 111101

Color Harmonies of #B48493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48493

Black with #B48493

Text Example


Text Example

White with #B48493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48493; }

 p { color: rgb(180,132,147); }

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

background-color css

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

 a { background-color: rgb(180,132,147); }

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

border-color css

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

 span { border-color: rgb(180,132,147); }

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