Html Css Color HEX #B48DB1 London Hue

📋 copy color: '#B48DB1'

red 180 ◦ green 141 ◦ blue 177

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

Shades of London Hue #B48DB1

Tints of London Hue #B48DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.54%

R = 36.14%
G = 28.31%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B48DB1 (or 0xB48DB1) is known color: London Hue. HEX triplet: B4, 8D and B1. RGB value is (180,141,177). Sum of RGB (Red+Green+Blue) = 180+141+177=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 180 - color contains mainly: red. Hex color #B48DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48DB1 is #4B724E. Grayscale: #9C9C9C. Windows color (decimal): -4944463 or 11636148. OLE color: 11636148.

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

Color convert

RGB 180 141 177 -
CMYK 0 0.22 0.02 0.29
HSL 304.62º 0.21% 0.63% -
HSV(B) 304.62º 0.22% 0.71% -
XYZ 36.28 31.93 45.85 -
YUV 156.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 180 141 177 0 0.22 0.02 0.29 304.62 0.21 0.63
Hex B4 8D B1 0 16 2 1D 131 15 3F
Octal 264 215 261 0 26 2 35 461 25 77
Binary 10110100 10001101 10110001 0 10110 10 11101 100110001 10101 111111

Color Harmonies of #B48DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48DB1

Black with #B48DB1

Text Example


Text Example

White with #B48DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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