Html Css Color HEX #B493B1 London Hue

📋 copy color: '#B493B1'

red 180 ◦ green 147 ◦ blue 177

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

Shades of London Hue #B493B1

Tints of London Hue #B493B1

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.17%

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

R = 35.71%
G = 29.17%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B493B1 (or 0xB493B1) is known color: London Hue. HEX triplet: B4, 93 and B1. RGB value is (180,147,177). Sum of RGB (Red+Green+Blue) = 180+147+177=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 180 - color contains mainly: red. Hex color #B493B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B493B1 is #4B6C4E. Grayscale: #A0A0A0. Windows color (decimal): -4942927 or 11637684. OLE color: 11637684.

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

Color convert

RGB 180 147 177 -
CMYK 0 0.18 0.02 0.29
HSL 305.45º 0.18% 0.64% -
HSV(B) 305.45º 0.18% 0.71% -
XYZ 37.19 33.75 46.15 -
YUV 160.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 180 147 177 0 0.18 0.02 0.29 305.45 0.18 0.64
Hex B4 93 B1 0 12 2 1D 131 12 40
Octal 264 223 261 0 22 2 35 461 22 100
Binary 10110100 10010011 10110001 0 10010 10 11101 100110001 10010 1000000

Color Harmonies of #B493B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B493B1

Black with #B493B1

Text Example


Text Example

White with #B493B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B493B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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