Html Css Color HEX #B383AB London Hue

📋 copy color: '#B383AB'

red 179 ◦ green 131 ◦ blue 171

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

Shades of London Hue #B383AB

Tints of London Hue #B383AB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.23%

 BLUE value IS 171 (67.19% from 255) = 35.55%

R = 37.21%
G = 27.23%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B383AB (or 0xB383AB) is known color: London Hue. HEX triplet: B3, 83 and AB. RGB value is (179,131,171). Sum of RGB (Red+Green+Blue) = 179+131+171=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 179 - color contains mainly: red. Hex color #B383AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B383AB is #4C7C54. Grayscale: #959595. Windows color (decimal): -5012565 or 11240371. OLE color: 11240371.

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

Color convert

RGB 179 131 171 -
CMYK 0 0.27 0.04 0.30
HSL 310º 0.24% 0.61% -
HSV(B) 310º 0.27% 0.7% -
XYZ 34.06 28.76 42.28 -
YUV 149.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 179 131 171 0 0.27 0.04 0.30 310 0.24 0.61
Hex B3 83 AB 0 1B 4 1E 136 18 3D
Octal 263 203 253 0 33 4 36 466 30 75
Binary 10110011 10000011 10101011 0 11011 100 11110 100110110 11000 111101

Color Harmonies of #B383AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B383AB

Black with #B383AB

Text Example


Text Example

White with #B383AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B383AB; }

 p { color: rgb(179,131,171); }

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

background-color css

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

 a { background-color: rgb(179,131,171); }

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

border-color css

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

 span { border-color: rgb(179,131,171); }

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