Html Css Color HEX #B483AF London Hue

📋 copy color: '#B483AF'

red 180 ◦ green 131 ◦ blue 175

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

Shades of London Hue #B483AF

Tints of London Hue #B483AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.01%

R = 37.04%
G = 26.95%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B483AF (or 0xB483AF) is known color: London Hue. HEX triplet: B4, 83 and AF. RGB value is (180,131,175). Sum of RGB (Red+Green+Blue) = 180+131+175=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B483AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B483AF is #4B7C50. Grayscale: #969696. Windows color (decimal): -4947025 or 11502516. OLE color: 11502516.

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

Color convert

RGB 180 131 175 -
CMYK 0 0.27 0.03 0.29
HSL 306.12º 0.25% 0.61% -
HSV(B) 306.12º 0.27% 0.71% -
XYZ 34.68 29.03 44.33 -
YUV 150.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 180 131 175 0 0.27 0.03 0.29 306.12 0.25 0.61
Hex B4 83 AF 0 1B 3 1D 132 19 3D
Octal 264 203 257 0 33 3 35 462 31 75
Binary 10110100 10000011 10101111 0 11011 11 11101 100110010 11001 111101

Color Harmonies of #B483AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B483AF

Black with #B483AF

Text Example


Text Example

White with #B483AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B483AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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