Html Css Color HEX #B48BB7 London Hue

📋 copy color: '#B48BB7'

red 180 ◦ green 139 ◦ blue 183

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

Shades of London Hue #B48BB7

Tints of London Hue #B48BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.45%

R = 35.86%
G = 27.69%
B = 36.45%

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

#B48BB7 (or 0xB48BB7) is known color: London Hue. HEX triplet: B4, 8B and B7. RGB value is (180,139,183). Sum of RGB (Red+Green+Blue) = 180+139+183=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 183 - color contains mainly: blue. Hex color #B48BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BB7 is #4B7448. Grayscale: #9C9C9C. Windows color (decimal): -4944969 or 12028852. OLE color: 12028852.

HSL color Cylindrical-coordinate representation of color #B48BB7: hue angle of 295.91º degrees, saturation: 0.23, 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 #B48BB7 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 139 183 -
CMYK 0.02 0.24 0 0.28
HSL 295.91º 0.23% 0.63% -
HSV(B) 295.91º 0.24% 0.72% -
XYZ 36.6 31.59 48.97 -
YUV 156.28 143.08 144.92 -
System Red Green Blue C M Y K H S L
Decimal 180 139 183 0.02 0.24 0 0.28 295.91 0.23 0.63
Hex B4 8B B7 2 18 0 1C 128 17 3F
Octal 264 213 267 2 30 0 34 450 27 77
Binary 10110100 10001011 10110111 10 11000 0 11100 100101000 10111 111111

Color Harmonies of #B48BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48BB7

Black with #B48BB7

Text Example


Text Example

White with #B48BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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