Html Css Color HEX #B393B2 London Hue

📋 copy color: '#B393B2'

red 179 ◦ green 147 ◦ blue 178

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

Shades of London Hue #B393B2

Tints of London Hue #B393B2

RGB

 RED value IS 179 (70.31% from 255) = 35.52%

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

 BLUE value IS 178 (69.92% from 255) = 35.32%

R = 35.52%
G = 29.17%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B393B2 (or 0xB393B2) is known color: London Hue. HEX triplet: B3, 93 and B2. RGB value is (179,147,178). Sum of RGB (Red+Green+Blue) = 179+147+178=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B393B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B393B2 is #4C6C4D. Grayscale: #A0A0A0. Windows color (decimal): -5008462 or 11703219. OLE color: 11703219.

HSL color Cylindrical-coordinate representation of color #B393B2: hue angle of 301.88º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B393B2 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 147 178 -
CMYK 0 0.18 0.01 0.30
HSL 301.88º 0.17% 0.64% -
HSV(B) 301.88º 0.18% 0.7% -
XYZ 37.06 33.67 46.66 -
YUV 160.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 179 147 178 0 0.18 0.01 0.30 301.88 0.17 0.64
Hex B3 93 B2 0 12 1 1E 12E 11 40
Octal 263 223 262 0 22 1 36 456 21 100
Binary 10110011 10010011 10110010 0 10010 1 11110 100101110 10001 1000000

Color Harmonies of #B393B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B393B2

Black with #B393B2

Text Example


Text Example

White with #B393B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B393B2; }

 p { color: rgb(179,147,178); }

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

background-color css

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

 a { background-color: rgb(179,147,178); }

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

border-color css

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

 span { border-color: rgb(179,147,178); }

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