Html Css Color HEX #B48BB8 London Hue

📋 copy color: '#B48BB8'

red 180 ◦ green 139 ◦ blue 184

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

Shades of London Hue #B48BB8

Tints of London Hue #B48BB8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.63%

 BLUE value IS 184 (72.27% from 255) = 36.58%

R = 35.79%
G = 27.63%
B = 36.58%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B48BB8 (or 0xB48BB8) is known color: London Hue. HEX triplet: B4, 8B and B8. RGB value is (180,139,184). Sum of RGB (Red+Green+Blue) = 180+139+184=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 184 - color contains mainly: blue. Hex color #B48BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BB8 is #4B7447. Grayscale: #9C9C9C. Windows color (decimal): -4944968 or 12094388. OLE color: 12094388.

HSL color Cylindrical-coordinate representation of color #B48BB8: hue angle of 294.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B48BB8 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 139 184 -
CMYK 0.02 0.24 0 0.28
HSL 294.67º 0.24% 0.63% -
HSV(B) 294.67º 0.24% 0.72% -
XYZ 36.71 31.63 49.52 -
YUV 156.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 180 139 184 0.02 0.24 0 0.28 294.67 0.24 0.63
Hex B4 8B B8 2 18 0 1C 127 18 3F
Octal 264 213 270 2 30 0 34 447 30 77
Binary 10110100 10001011 10111000 10 11000 0 11100 100100111 11000 111111

Color Harmonies of #B48BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48BB8

Black with #B48BB8

Text Example


Text Example

White with #B48BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48BB8; }

 p { color: rgb(180,139,184); }

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

background-color css

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

 a { background-color: rgb(180,139,184); }

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

border-color css

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

 span { border-color: rgb(180,139,184); }

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