Html Css Color HEX #B07BAA London Hue

📋 copy color: '#B07BAA'

red 176 ◦ green 123 ◦ blue 170

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

Shades of London Hue #B07BAA

Tints of London Hue #B07BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.23%

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

R = 37.53%
G = 26.23%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B07BAA (or 0xB07BAA) is known color: London Hue. HEX triplet: B0, 7B and AA. RGB value is (176,123,170). Sum of RGB (Red+Green+Blue) = 176+123+170=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B07BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07BAA is #4F8455. Grayscale: #909090. Windows color (decimal): -5211222 or 11172784. OLE color: 11172784.

HSL color Cylindrical-coordinate representation of color #B07BAA: hue angle of 306.79º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07BAA is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 123 170 -
CMYK 0 0.30 0.03 0.31
HSL 306.79º 0.25% 0.59% -
HSV(B) 306.79º 0.3% 0.69% -
XYZ 32.24 26.3 41.41 -
YUV 144.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 176 123 170 0 0.30 0.03 0.31 306.79 0.25 0.59
Hex B0 7B AA 0 1E 3 1F 133 19 3B
Octal 260 173 252 0 36 3 37 463 31 73
Binary 10110000 1111011 10101010 0 11110 11 11111 100110011 11001 111011

Color Harmonies of #B07BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BAA

Black with #B07BAA

Text Example


Text Example

White with #B07BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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