Html Css Color HEX #B275AB London Hue

📋 copy color: '#B275AB'

red 178 ◦ green 117 ◦ blue 171

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

Shades of London Hue #B275AB

Tints of London Hue #B275AB

RGB

 RED value IS 178 (69.92% from 255) = 38.2%

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

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

R = 38.2%
G = 25.11%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B275AB (or 0xB275AB) is known color: London Hue. HEX triplet: B2, 75 and AB. RGB value is (178,117,171). Sum of RGB (Red+Green+Blue) = 178+117+171=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B275AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B275AB is #4D8A54. Grayscale: #8D8D8D. Windows color (decimal): -5081685 or 11236786. OLE color: 11236786.

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

Color convert

RGB 178 117 171 -
CMYK 0 0.34 0.04 0.30
HSL 306.89º 0.28% 0.58% -
HSV(B) 306.89º 0.34% 0.7% -
XYZ 32.07 25.13 41.69 -
YUV 141.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 178 117 171 0 0.34 0.04 0.30 306.89 0.28 0.58
Hex B2 75 AB 0 22 4 1E 133 1C 3A
Octal 262 165 253 0 42 4 36 463 34 72
Binary 10110010 1110101 10101011 0 100010 100 11110 100110011 11100 111010

Color Harmonies of #B275AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B275AB

Black with #B275AB

Text Example


Text Example

White with #B275AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B275AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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