Html Css Color HEX #B483AC London Hue

📋 copy color: '#B483AC'

red 180 ◦ green 131 ◦ blue 172

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

Shades of London Hue #B483AC

Tints of London Hue #B483AC

RGB

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

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

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

R = 37.27%
G = 27.12%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B483AC (or 0xB483AC) is known color: London Hue. HEX triplet: B4, 83 and AC. RGB value is (180,131,172). Sum of RGB (Red+Green+Blue) = 180+131+172=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B483AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B483AC is #4B7C53. Grayscale: #969696. Windows color (decimal): -4947028 or 11305908. OLE color: 11305908.

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

Color convert

RGB 180 131 172 -
CMYK 0 0.27 0.04 0.29
HSL 309.8º 0.25% 0.61% -
HSV(B) 309.8º 0.27% 0.71% -
XYZ 34.39 28.91 42.8 -
YUV 150.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 180 131 172 0 0.27 0.04 0.29 309.8 0.25 0.61
Hex B4 83 AC 0 1B 4 1D 136 19 3D
Octal 264 203 254 0 33 4 35 466 31 75
Binary 10110100 10000011 10101100 0 11011 100 11101 100110110 11001 111101

Color Harmonies of #B483AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B483AC

Black with #B483AC

Text Example


Text Example

White with #B483AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B483AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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