Html Css Color HEX #B483AD London Hue

📋 copy color: '#B483AD'

red 180 ◦ green 131 ◦ blue 173

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

Shades of London Hue #B483AD

Tints of London Hue #B483AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.74%

R = 37.19%
G = 27.07%
B = 35.74%

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

#B483AD (or 0xB483AD) is known color: London Hue. HEX triplet: B4, 83 and AD. RGB value is (180,131,173). Sum of RGB (Red+Green+Blue) = 180+131+173=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B483AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B483AD is #4B7C52. Grayscale: #969696. Windows color (decimal): -4947027 or 11371444. OLE color: 11371444.

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

Color convert

RGB 180 131 173 -
CMYK 0 0.27 0.04 0.29
HSL 308.57º 0.25% 0.61% -
HSV(B) 308.57º 0.27% 0.71% -
XYZ 34.48 28.95 43.31 -
YUV 150.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 180 131 173 0 0.27 0.04 0.29 308.57 0.25 0.61
Hex B4 83 AD 0 1B 4 1D 135 19 3D
Octal 264 203 255 0 33 4 35 465 31 75
Binary 10110100 10000011 10101101 0 11011 100 11101 100110101 11001 111101

Color Harmonies of #B483AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B483AD

Black with #B483AD

Text Example


Text Example

White with #B483AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B483AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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