Html Css Color HEX #B075AA London Hue

📋 copy color: '#B075AA'

red 176 ◦ green 117 ◦ blue 170

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

Shades of London Hue #B075AA

Tints of London Hue #B075AA

RGB

 RED value IS 176 (69.14% from 255) = 38.01%

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

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

R = 38.01%
G = 25.27%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B075AA (or 0xB075AA) is known color: London Hue. HEX triplet: B0, 75 and AA. RGB value is (176,117,170). Sum of RGB (Red+Green+Blue) = 176+117+170=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B075AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B075AA is #4F8A55. Grayscale: #8C8C8C. Windows color (decimal): -5212758 or 11171248. OLE color: 11171248.

HSL color Cylindrical-coordinate representation of color #B075AA: hue angle of 306.1º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B075AA is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 170 -
CMYK 0 0.34 0.03 0.31
HSL 306.1º 0.27% 0.57% -
HSV(B) 306.1º 0.34% 0.69% -
XYZ 31.52 24.85 41.17 -
YUV 140.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 176 117 170 0 0.34 0.03 0.31 306.1 0.27 0.57
Hex B0 75 AA 0 22 3 1F 132 1B 39
Octal 260 165 252 0 42 3 37 462 33 71
Binary 10110000 1110101 10101010 0 100010 11 11111 100110010 11011 111001

Color Harmonies of #B075AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B075AA

Black with #B075AA

Text Example


Text Example

White with #B075AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B075AA; }

 p { color: rgb(176,117,170); }

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

background-color css

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

 a { background-color: rgb(176,117,170); }

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

border-color css

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

 span { border-color: rgb(176,117,170); }

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