Html Css Color HEX #B57AB3 London Hue

📋 copy color: '#B57AB3'

red 181 ◦ green 122 ◦ blue 179

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

Shades of London Hue #B57AB3

Tints of London Hue #B57AB3

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.31%

 BLUE value IS 179 (70.31% from 255) = 37.14%

R = 37.55%
G = 25.31%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B57AB3 (or 0xB57AB3) is known color: London Hue. HEX triplet: B5, 7A and B3. RGB value is (181,122,179). Sum of RGB (Red+Green+Blue) = 181+122+179=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B57AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57AB3 is #4A854C. Grayscale: #919191. Windows color (decimal): -4883789 or 11762357. OLE color: 11762357.

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

Color convert

RGB 181 122 179 -
CMYK 0 0.33 0.01 0.29
HSL 302.03º 0.29% 0.59% -
HSV(B) 302.03º 0.33% 0.71% -
XYZ 34.15 27 46.06 -
YUV 146.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 181 122 179 0 0.33 0.01 0.29 302.03 0.29 0.59
Hex B5 7A B3 0 21 1 1D 12E 1D 3B
Octal 265 172 263 0 41 1 35 456 35 73
Binary 10110101 1111010 10110011 0 100001 1 11101 100101110 11101 111011

Color Harmonies of #B57AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57AB3

Black with #B57AB3

Text Example


Text Example

White with #B57AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57AB3; }

 p { color: rgb(181,122,179); }

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

background-color css

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

 a { background-color: rgb(181,122,179); }

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

border-color css

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

 span { border-color: rgb(181,122,179); }

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