Html Css Color HEX #B57EB2 London Hue

📋 copy color: '#B57EB2'

red 181 ◦ green 126 ◦ blue 178

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

Shades of London Hue #B57EB2

Tints of London Hue #B57EB2

RGB

 RED value IS 181 (71.09% from 255) = 37.32%

 GREEN value IS 126 (49.61% from 255) = 25.98%

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 37.32%
G = 25.98%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B57EB2 (or 0xB57EB2) is known color: London Hue. HEX triplet: B5, 7E and B2. RGB value is (181,126,178). Sum of RGB (Red+Green+Blue) = 181+126+178=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B57EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57EB2 is #4A814D. Grayscale: #949494. Windows color (decimal): -4882766 or 11697845. OLE color: 11697845.

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

Color convert

RGB 181 126 178 -
CMYK 0 0.30 0.02 0.29
HSL 303.27º 0.27% 0.6% -
HSV(B) 303.27º 0.3% 0.71% -
XYZ 34.55 27.96 45.7 -
YUV 148.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 181 126 178 0 0.30 0.02 0.29 303.27 0.27 0.6
Hex B5 7E B2 0 1E 2 1D 12F 1B 3C
Octal 265 176 262 0 36 2 35 457 33 74
Binary 10110101 1111110 10110010 0 11110 10 11101 100101111 11011 111100

Color Harmonies of #B57EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57EB2

Black with #B57EB2

Text Example


Text Example

White with #B57EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57EB2; }

 p { color: rgb(181,126,178); }

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

background-color css

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

 a { background-color: rgb(181,126,178); }

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

border-color css

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

 span { border-color: rgb(181,126,178); }

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