Html Css Color HEX #B47BB5 London Hue

📋 copy color: '#B47BB5'

red 180 ◦ green 123 ◦ blue 181

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

Shades of London Hue #B47BB5

Tints of London Hue #B47BB5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.41%

 BLUE value IS 181 (71.09% from 255) = 37.4%

R = 37.19%
G = 25.41%
B = 37.4%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B47BB5 (or 0xB47BB5) is known color: London Hue. HEX triplet: B4, 7B and B5. RGB value is (180,123,181). Sum of RGB (Red+Green+Blue) = 180+123+181=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 181 - color contains mainly: blue. Hex color #B47BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47BB5 is #4B844A. Grayscale: #929292. Windows color (decimal): -4949067 or 11893684. OLE color: 11893684.

HSL color Cylindrical-coordinate representation of color #B47BB5: hue angle of 298.97º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47BB5 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 123 181 -
CMYK 0.01 0.32 0 0.29
HSL 298.97º 0.28% 0.6% -
HSV(B) 298.97º 0.32% 0.71% -
XYZ 34.25 27.21 47.16 -
YUV 146.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 180 123 181 0.01 0.32 0 0.29 298.97 0.28 0.6
Hex B4 7B B5 1 20 0 1D 12B 1C 3C
Octal 264 173 265 1 40 0 35 453 34 74
Binary 10110100 1111011 10110101 1 100000 0 11101 100101011 11100 111100

Color Harmonies of #B47BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47BB5

Black with #B47BB5

Text Example


Text Example

White with #B47BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47BB5; }

 p { color: rgb(180,123,181); }

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

background-color css

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

 a { background-color: rgb(180,123,181); }

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

border-color css

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

 span { border-color: rgb(180,123,181); }

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