Html Css Color HEX #B375AB London Hue

📋 copy color: '#B375AB'

red 179 ◦ green 117 ◦ blue 171

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

Shades of London Hue #B375AB

Tints of London Hue #B375AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.05%

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

R = 38.33%
G = 25.05%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B375AB (or 0xB375AB) is known color: London Hue. HEX triplet: B3, 75 and AB. RGB value is (179,117,171). Sum of RGB (Red+Green+Blue) = 179+117+171=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B375AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B375AB is #4C8A54. Grayscale: #8D8D8D. Windows color (decimal): -5016149 or 11236787. OLE color: 11236787.

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

Color convert

RGB 179 117 171 -
CMYK 0 0.35 0.04 0.30
HSL 307.74º 0.29% 0.58% -
HSV(B) 307.74º 0.35% 0.7% -
XYZ 32.3 25.25 41.7 -
YUV 141.69 144.54 154.61 -
System Red Green Blue C M Y K H S L
Decimal 179 117 171 0 0.35 0.04 0.30 307.74 0.29 0.58
Hex B3 75 AB 0 23 4 1E 134 1D 3A
Octal 263 165 253 0 43 4 36 464 35 72
Binary 10110011 1110101 10101011 0 100011 100 11110 100110100 11101 111010

Color Harmonies of #B375AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375AB

Black with #B375AB

Text Example


Text Example

White with #B375AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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