Html Css Color HEX #B48D9A Viola

📋 copy color: '#B48D9A'

red 180 ◦ green 141 ◦ blue 154

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

Shades of Viola #B48D9A

Tints of Viola #B48D9A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.68%

 BLUE value IS 154 (60.55% from 255) = 32.42%

R = 37.89%
G = 29.68%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B48D9A (or 0xB48D9A) is known color: Viola. HEX triplet: B4, 8D and 9A. RGB value is (180,141,154). Sum of RGB (Red+Green+Blue) = 180+141+154=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48D9A is #4B7265. Grayscale: #9A9A9A. Windows color (decimal): -4944486 or 10128820. OLE color: 10128820.

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

Color convert

RGB 180 141 154 -
CMYK 0 0.22 0.14 0.29
HSL 340º 0.21% 0.63% -
HSV(B) 340º 0.22% 0.71% -
XYZ 34.18 31.09 34.77 -
YUV 154.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 180 141 154 0 0.22 0.14 0.29 340 0.21 0.63
Hex B4 8D 9A 0 16 E 1D 154 15 3F
Octal 264 215 232 0 26 16 35 524 25 77
Binary 10110100 10001101 10011010 0 10110 1110 11101 101010100 10101 111111

Color Harmonies of #B48D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D9A

Black with #B48D9A

Text Example


Text Example

White with #B48D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D9A; }

 p { color: rgb(180,141,154); }

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

background-color css

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

 a { background-color: rgb(180,141,154); }

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

border-color css

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

 span { border-color: rgb(180,141,154); }

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