Html Css Color HEX #B275AD London Hue

📋 copy color: '#B275AD'

red 178 ◦ green 117 ◦ blue 173

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

Shades of London Hue #B275AD

Tints of London Hue #B275AD

RGB

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

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

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

R = 38.03%
G = 25%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B275AD (or 0xB275AD) is known color: London Hue. HEX triplet: B2, 75 and AD. RGB value is (178,117,173). Sum of RGB (Red+Green+Blue) = 178+117+173=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B275AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B275AD is #4D8A52. Grayscale: #8D8D8D. Windows color (decimal): -5081683 or 11367858. OLE color: 11367858.

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

Color convert

RGB 178 117 173 -
CMYK 0 0.34 0.03 0.30
HSL 304.92º 0.28% 0.58% -
HSV(B) 304.92º 0.34% 0.7% -
XYZ 32.26 25.2 42.7 -
YUV 141.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 178 117 173 0 0.34 0.03 0.30 304.92 0.28 0.58
Hex B2 75 AD 0 22 3 1E 131 1C 3A
Octal 262 165 255 0 42 3 36 461 34 72
Binary 10110010 1110101 10101101 0 100010 11 11110 100110001 11100 111010

Color Harmonies of #B275AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B275AD

Black with #B275AD

Text Example


Text Example

White with #B275AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B275AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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