Html Css Color HEX #B57DB7 London Hue

📋 copy color: '#B57DB7'

red 181 ◦ green 125 ◦ blue 183

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

Shades of London Hue #B57DB7

Tints of London Hue #B57DB7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.56%

 BLUE value IS 183 (71.88% from 255) = 37.42%

R = 37.01%
G = 25.56%
B = 37.42%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B57DB7 (or 0xB57DB7) is known color: London Hue. HEX triplet: B5, 7D and B7. RGB value is (181,125,183). Sum of RGB (Red+Green+Blue) = 181+125+183=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 183 - color contains mainly: blue. Hex color #B57DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DB7 is #4A8248. Grayscale: #949494. Windows color (decimal): -4883017 or 12025269. OLE color: 12025269.

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

Color convert

RGB 181 125 183 -
CMYK 0.01 0.32 0 0.28
HSL 297.93º 0.29% 0.6% -
HSV(B) 297.93º 0.32% 0.72% -
XYZ 34.94 27.91 48.35 -
YUV 148.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 181 125 183 0.01 0.32 0 0.28 297.93 0.29 0.6
Hex B5 7D B7 1 20 0 1C 12A 1D 3C
Octal 265 175 267 1 40 0 34 452 35 74
Binary 10110101 1111101 10110111 1 100000 0 11100 100101010 11101 111100

Color Harmonies of #B57DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57DB7

Black with #B57DB7

Text Example


Text Example

White with #B57DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57DB7; }

 p { color: rgb(181,125,183); }

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

background-color css

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

 a { background-color: rgb(181,125,183); }

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

border-color css

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

 span { border-color: rgb(181,125,183); }

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