Html Css Color HEX #B47CB0 London Hue

📋 copy color: '#B47CB0'

red 180 ◦ green 124 ◦ blue 176

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

Shades of London Hue #B47CB0

Tints of London Hue #B47CB0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.83%

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

R = 37.5%
G = 25.83%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B47CB0 (or 0xB47CB0) is known color: London Hue. HEX triplet: B4, 7C and B0. RGB value is (180,124,176). Sum of RGB (Red+Green+Blue) = 180+124+176=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B47CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47CB0 is #4B834F. Grayscale: #929292. Windows color (decimal): -4948816 or 11566260. OLE color: 11566260.

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

Color convert

RGB 180 124 176 -
CMYK 0 0.31 0.02 0.29
HSL 304.29º 0.27% 0.6% -
HSV(B) 304.29º 0.31% 0.71% -
XYZ 33.87 27.25 44.55 -
YUV 146.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 180 124 176 0 0.31 0.02 0.29 304.29 0.27 0.6
Hex B4 7C B0 0 1F 2 1D 130 1B 3C
Octal 264 174 260 0 37 2 35 460 33 74
Binary 10110100 1111100 10110000 0 11111 10 11101 100110000 11011 111100

Color Harmonies of #B47CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47CB0

Black with #B47CB0

Text Example


Text Example

White with #B47CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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