Html Css Color HEX #B575B1 London Hue

📋 copy color: '#B575B1'

red 181 ◦ green 117 ◦ blue 177

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

Shades of London Hue #B575B1

Tints of London Hue #B575B1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.63%

 BLUE value IS 177 (69.53% from 255) = 37.26%

R = 38.11%
G = 24.63%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B575B1 (or 0xB575B1) is known color: London Hue. HEX triplet: B5, 75 and B1. RGB value is (181,117,177). Sum of RGB (Red+Green+Blue) = 181+117+177=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B575B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B575B1 is #4A8A4E. Grayscale: #8E8E8E. Windows color (decimal): -4885071 or 11630005. OLE color: 11630005.

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

Color convert

RGB 181 117 177 -
CMYK 0 0.35 0.02 0.29
HSL 303.75º 0.3% 0.58% -
HSV(B) 303.75º 0.35% 0.71% -
XYZ 33.35 25.72 44.8 -
YUV 142.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 181 117 177 0 0.35 0.02 0.29 303.75 0.3 0.58
Hex B5 75 B1 0 23 2 1D 130 1E 3A
Octal 265 165 261 0 43 2 35 460 36 72
Binary 10110101 1110101 10110001 0 100011 10 11101 100110000 11110 111010

Color Harmonies of #B575B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B575B1

Black with #B575B1

Text Example


Text Example

White with #B575B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B575B1; }

 p { color: rgb(181,117,177); }

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

background-color css

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

 a { background-color: rgb(181,117,177); }

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

border-color css

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

 span { border-color: rgb(181,117,177); }

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