Html Css Color HEX #B481AB London Hue

📋 copy color: '#B481AB'

red 180 ◦ green 129 ◦ blue 171

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

Shades of London Hue #B481AB

Tints of London Hue #B481AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.88%

 BLUE value IS 171 (67.19% from 255) = 35.63%

R = 37.5%
G = 26.88%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B481AB (or 0xB481AB) is known color: London Hue. HEX triplet: B4, 81 and AB. RGB value is (180,129,171). Sum of RGB (Red+Green+Blue) = 180+129+171=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B481AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B481AB is #4B7E54. Grayscale: #949494. Windows color (decimal): -4947541 or 11239860. OLE color: 11239860.

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

Color convert

RGB 180 129 171 -
CMYK 0 0.28 0.05 0.29
HSL 310.59º 0.25% 0.61% -
HSV(B) 310.59º 0.28% 0.71% -
XYZ 34.02 28.34 42.21 -
YUV 149.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 180 129 171 0 0.28 0.05 0.29 310.59 0.25 0.61
Hex B4 81 AB 0 1C 5 1D 137 19 3D
Octal 264 201 253 0 34 5 35 467 31 75
Binary 10110100 10000001 10101011 0 11100 101 11101 100110111 11001 111101

Color Harmonies of #B481AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B481AB

Black with #B481AB

Text Example


Text Example

White with #B481AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B481AB; }

 p { color: rgb(180,129,171); }

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

background-color css

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

 a { background-color: rgb(180,129,171); }

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

border-color css

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

 span { border-color: rgb(180,129,171); }

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