Html Css Color HEX #B483A9 London Hue

📋 copy color: '#B483A9'

red 180 ◦ green 131 ◦ blue 169

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

Shades of London Hue #B483A9

Tints of London Hue #B483A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.21%

R = 37.5%
G = 27.29%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B483A9 (or 0xB483A9) is known color: London Hue. HEX triplet: B4, 83 and A9. RGB value is (180,131,169). Sum of RGB (Red+Green+Blue) = 180+131+169=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B483A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B483A9 is #4B7C56. Grayscale: #959595. Windows color (decimal): -4947031 or 11109300. OLE color: 11109300.

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

Color convert

RGB 180 131 169 -
CMYK 0 0.27 0.06 0.29
HSL 313.47º 0.25% 0.61% -
HSV(B) 313.47º 0.27% 0.71% -
XYZ 34.1 28.8 41.3 -
YUV 149.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 180 131 169 0 0.27 0.06 0.29 313.47 0.25 0.61
Hex B4 83 A9 0 1B 6 1D 139 19 3D
Octal 264 203 251 0 33 6 35 471 31 75
Binary 10110100 10000011 10101001 0 11011 110 11101 100111001 11001 111101

Color Harmonies of #B483A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B483A9

Black with #B483A9

Text Example


Text Example

White with #B483A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B483A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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