Html Css Color HEX #B381AA London Hue

📋 copy color: '#B381AA'

red 179 ◦ green 129 ◦ blue 170

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

Shades of London Hue #B381AA

Tints of London Hue #B381AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.56%

R = 37.45%
G = 26.99%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B381AA (or 0xB381AA) is known color: London Hue. HEX triplet: B3, 81 and AA. RGB value is (179,129,170). Sum of RGB (Red+Green+Blue) = 179+129+170=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B381AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B381AA is #4C7E55. Grayscale: #949494. Windows color (decimal): -5013078 or 11174323. OLE color: 11174323.

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

Color convert

RGB 179 129 170 -
CMYK 0 0.28 0.05 0.30
HSL 310.8º 0.25% 0.6% -
HSV(B) 310.8º 0.28% 0.7% -
XYZ 33.7 28.19 41.69 -
YUV 148.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 179 129 170 0 0.28 0.05 0.30 310.8 0.25 0.6
Hex B3 81 AA 0 1C 5 1E 137 19 3C
Octal 263 201 252 0 34 5 36 467 31 74
Binary 10110011 10000001 10101010 0 11100 101 11110 100110111 11001 111100

Color Harmonies of #B381AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B381AA

Black with #B381AA

Text Example


Text Example

White with #B381AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B381AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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