Html Css Color HEX #B293AA London Hue

📋 copy color: '#B293AA'

red 178 ◦ green 147 ◦ blue 170

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

Shades of London Hue #B293AA

Tints of London Hue #B293AA

RGB

 RED value IS 178 (69.92% from 255) = 35.96%

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

 BLUE value IS 170 (66.8% from 255) = 34.34%

R = 35.96%
G = 29.7%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B293AA (or 0xB293AA) is known color: London Hue. HEX triplet: B2, 93 and AA. RGB value is (178,147,170). Sum of RGB (Red+Green+Blue) = 178+147+170=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 178 - color contains mainly: red. Hex color #B293AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B293AA is #4D6C55. Grayscale: #9E9E9E. Windows color (decimal): -5074006 or 11178930. OLE color: 11178930.

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

Color convert

RGB 178 147 170 -
CMYK 0 0.17 0.04 0.30
HSL 315.48º 0.17% 0.64% -
HSV(B) 315.48º 0.17% 0.7% -
XYZ 36.05 33.23 42.55 -
YUV 158.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 178 147 170 0 0.17 0.04 0.30 315.48 0.17 0.64
Hex B2 93 AA 0 11 4 1E 13B 11 40
Octal 262 223 252 0 21 4 36 473 21 100
Binary 10110010 10010011 10101010 0 10001 100 11110 100111011 10001 1000000

Color Harmonies of #B293AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B293AA

Black with #B293AA

Text Example


Text Example

White with #B293AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B293AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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