Html Css Color HEX #B381AD London Hue

📋 copy color: '#B381AD'

red 179 ◦ green 129 ◦ blue 173

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

Shades of London Hue #B381AD

Tints of London Hue #B381AD

RGB

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

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

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

R = 37.21%
G = 26.82%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B381AD (or 0xB381AD) is known color: London Hue. HEX triplet: B3, 81 and AD. RGB value is (179,129,173). Sum of RGB (Red+Green+Blue) = 179+129+173=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 179 - color contains mainly: red. Hex color #B381AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B381AD is #4C7E52. Grayscale: #949494. Windows color (decimal): -5013075 or 11370931. OLE color: 11370931.

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

Color convert

RGB 179 129 173 -
CMYK 0 0.28 0.03 0.30
HSL 307.2º 0.25% 0.6% -
HSV(B) 307.2º 0.28% 0.7% -
XYZ 33.98 28.3 43.21 -
YUV 148.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 179 129 173 0 0.28 0.03 0.30 307.2 0.25 0.6
Hex B3 81 AD 0 1C 3 1E 133 19 3C
Octal 263 201 255 0 34 3 36 463 31 74
Binary 10110011 10000001 10101101 0 11100 11 11110 100110011 11001 111100

Color Harmonies of #B381AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B381AD

Black with #B381AD

Text Example


Text Example

White with #B381AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B381AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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