Html Css Color HEX #B57FB2 London Hue

📋 copy color: '#B57FB2'

red 181 ◦ green 127 ◦ blue 178

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

Shades of London Hue #B57FB2

Tints of London Hue #B57FB2

RGB

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

 GREEN value IS 127 (50% from 255) = 26.13%

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

R = 37.24%
G = 26.13%
B = 36.63%

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

#B57FB2 (or 0xB57FB2) is known color: London Hue. HEX triplet: B5, 7F and B2. RGB value is (181,127,178). Sum of RGB (Red+Green+Blue) = 181+127+178=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57FB2 is #4A804D. Grayscale: #949494. Windows color (decimal): -4882510 or 11698101. OLE color: 11698101.

HSL color Cylindrical-coordinate representation of color #B57FB2: hue angle of 303.33º 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 #B57FB2 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 127 178 -
CMYK 0 0.30 0.02 0.29
HSL 303.33º 0.27% 0.6% -
HSV(B) 303.33º 0.3% 0.71% -
XYZ 34.68 28.22 45.74 -
YUV 148.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 181 127 178 0 0.30 0.02 0.29 303.33 0.27 0.6
Hex B5 7F B2 0 1E 2 1D 12F 1B 3C
Octal 265 177 262 0 36 2 35 457 33 74
Binary 10110101 1111111 10110010 0 11110 10 11101 100101111 11011 111100

Color Harmonies of #B57FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57FB2

Black with #B57FB2

Text Example


Text Example

White with #B57FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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