Html Css Color HEX #B48BB0 London Hue

📋 copy color: '#B48BB0'

red 180 ◦ green 139 ◦ blue 176

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

Shades of London Hue #B48BB0

Tints of London Hue #B48BB0

RGB

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

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

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

R = 36.36%
G = 28.08%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B48BB0 (or 0xB48BB0) is known color: London Hue. HEX triplet: B4, 8B and B0. RGB value is (180,139,176). Sum of RGB (Red+Green+Blue) = 180+139+176=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B48BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48BB0 is #4B744F. Grayscale: #9B9B9B. Windows color (decimal): -4944976 or 11570100. OLE color: 11570100.

HSL color Cylindrical-coordinate representation of color #B48BB0: hue angle of 305.85º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B48BB0 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 139 176 -
CMYK 0 0.23 0.02 0.29
HSL 305.85º 0.21% 0.63% -
HSV(B) 305.85º 0.23% 0.71% -
XYZ 35.89 31.3 45.22 -
YUV 155.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 180 139 176 0 0.23 0.02 0.29 305.85 0.21 0.63
Hex B4 8B B0 0 17 2 1D 132 15 3F
Octal 264 213 260 0 27 2 35 462 25 77
Binary 10110100 10001011 10110000 0 10111 10 11101 100110010 10101 111111

Color Harmonies of #B48BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48BB0

Black with #B48BB0

Text Example


Text Example

White with #B48BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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