Html Css Color HEX #B383AC London Hue

📋 copy color: '#B383AC'

red 179 ◦ green 131 ◦ blue 172

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

Shades of London Hue #B383AC

Tints of London Hue #B383AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 37.14%
G = 27.18%
B = 35.68%

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

#B383AC (or 0xB383AC) is known color: London Hue. HEX triplet: B3, 83 and AC. RGB value is (179,131,172). Sum of RGB (Red+Green+Blue) = 179+131+172=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B383AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B383AC is #4C7C53. Grayscale: #959595. Windows color (decimal): -5012564 or 11305907. OLE color: 11305907.

HSL color Cylindrical-coordinate representation of color #B383AC: hue angle of 308.75º 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 #B383AC is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 131 172 -
CMYK 0 0.27 0.04 0.30
HSL 308.75º 0.24% 0.61% -
HSV(B) 308.75º 0.27% 0.7% -
XYZ 34.15 28.79 42.79 -
YUV 150.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 179 131 172 0 0.27 0.04 0.30 308.75 0.24 0.61
Hex B3 83 AC 0 1B 4 1E 135 18 3D
Octal 263 203 254 0 33 4 36 465 30 75
Binary 10110011 10000011 10101100 0 11011 100 11110 100110101 11000 111101

Color Harmonies of #B383AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B383AC

Black with #B383AC

Text Example


Text Example

White with #B383AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B383AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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