Html Css Color HEX #B381AB London Hue

📋 copy color: '#B381AB'

red 179 ◦ green 129 ◦ blue 171

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

Shades of London Hue #B381AB

Tints of London Hue #B381AB

RGB

 RED value IS 179 (70.31% from 255) = 37.37%

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

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

R = 37.37%
G = 26.93%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B381AB (or 0xB381AB) is known color: London Hue. HEX triplet: B3, 81 and AB. RGB value is (179,129,171). Sum of RGB (Red+Green+Blue) = 179+129+171=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B381AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B381AB is #4C7E54. Grayscale: #949494. Windows color (decimal): -5013077 or 11239859. OLE color: 11239859.

HSL color Cylindrical-coordinate representation of color #B381AB: hue angle of 309.6º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B381AB is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 129 171 -
CMYK 0 0.28 0.04 0.30
HSL 309.6º 0.25% 0.6% -
HSV(B) 309.6º 0.28% 0.7% -
XYZ 33.79 28.22 42.19 -
YUV 148.74 140.57 149.58 -
System Red Green Blue C M Y K H S L
Decimal 179 129 171 0 0.28 0.04 0.30 309.6 0.25 0.6
Hex B3 81 AB 0 1C 4 1E 136 19 3C
Octal 263 201 253 0 34 4 36 466 31 74
Binary 10110011 10000001 10101011 0 11100 100 11110 100110110 11001 111100

Color Harmonies of #B381AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B381AB

Black with #B381AB

Text Example


Text Example

White with #B381AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B381AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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