Html Css Color HEX #B48D9D Viola

📋 copy color: '#B48D9D'

red 180 ◦ green 141 ◦ blue 157

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

Shades of Viola #B48D9D

Tints of Viola #B48D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.85%

R = 37.66%
G = 29.5%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B48D9D (or 0xB48D9D) is known color: Viola. HEX triplet: B4, 8D and 9D. RGB value is (180,141,157). Sum of RGB (Red+Green+Blue) = 180+141+157=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48D9D is #4B7262. Grayscale: #9A9A9A. Windows color (decimal): -4944483 or 10325428. OLE color: 10325428.

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

Color convert

RGB 180 141 157 -
CMYK 0 0.22 0.13 0.29
HSL 335.38º 0.21% 0.63% -
HSV(B) 335.38º 0.22% 0.71% -
XYZ 34.43 31.19 36.1 -
YUV 154.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 180 141 157 0 0.22 0.13 0.29 335.38 0.21 0.63
Hex B4 8D 9D 0 16 D 1D 14F 15 3F
Octal 264 215 235 0 26 15 35 517 25 77
Binary 10110100 10001101 10011101 0 10110 1101 11101 101001111 10101 111111

Color Harmonies of #B48D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D9D

Black with #B48D9D

Text Example


Text Example

White with #B48D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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