Html Css Color HEX #B48DB0 London Hue

📋 copy color: '#B48DB0'

red 180 ◦ green 141 ◦ blue 176

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

Shades of London Hue #B48DB0

Tints of London Hue #B48DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.41%

R = 36.22%
G = 28.37%
B = 35.41%

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

#B48DB0 (or 0xB48DB0) is known color: London Hue. HEX triplet: B4, 8D and B0. RGB value is (180,141,176). Sum of RGB (Red+Green+Blue) = 180+141+176=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 180 - color contains mainly: red. Hex color #B48DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48DB0 is #4B724F. Grayscale: #9C9C9C. Windows color (decimal): -4944464 or 11570612. OLE color: 11570612.

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

Color convert

RGB 180 141 176 -
CMYK 0 0.22 0.02 0.29
HSL 306.15º 0.21% 0.63% -
HSV(B) 306.15º 0.22% 0.71% -
XYZ 36.18 31.89 45.32 -
YUV 156.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 180 141 176 0 0.22 0.02 0.29 306.15 0.21 0.63
Hex B4 8D B0 0 16 2 1D 132 15 3F
Octal 264 215 260 0 26 2 35 462 25 77
Binary 10110100 10001101 10110000 0 10110 10 11101 100110010 10101 111111

Color Harmonies of #B48DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48DB0

Black with #B48DB0

Text Example


Text Example

White with #B48DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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