Html Css Color HEX #B475B1 London Hue

📋 copy color: '#B475B1'

red 180 ◦ green 117 ◦ blue 177

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

Shades of London Hue #B475B1

Tints of London Hue #B475B1

RGB

 RED value IS 180 (70.7% from 255) = 37.97%

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

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

R = 37.97%
G = 24.68%
B = 37.34%

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

#B475B1 (or 0xB475B1) is known color: London Hue. HEX triplet: B4, 75 and B1. RGB value is (180,117,177). Sum of RGB (Red+Green+Blue) = 180+117+177=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B475B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B475B1 is #4B8A4E. Grayscale: #8E8E8E. Windows color (decimal): -4950607 or 11630004. OLE color: 11630004.

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

Color convert

RGB 180 117 177 -
CMYK 0 0.35 0.02 0.29
HSL 302.86º 0.3% 0.58% -
HSV(B) 302.86º 0.35% 0.71% -
XYZ 33.12 25.6 44.79 -
YUV 142.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 180 117 177 0 0.35 0.02 0.29 302.86 0.3 0.58
Hex B4 75 B1 0 23 2 1D 12F 1E 3A
Octal 264 165 261 0 43 2 35 457 36 72
Binary 10110100 1110101 10110001 0 100011 10 11101 100101111 11110 111010

Color Harmonies of #B475B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B475B1

Black with #B475B1

Text Example


Text Example

White with #B475B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B475B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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