Html Css Color HEX #B07BAF London Hue

📋 copy color: '#B07BAF'

red 176 ◦ green 123 ◦ blue 175

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

Shades of London Hue #B07BAF

Tints of London Hue #B07BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.92%

R = 37.13%
G = 25.95%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B07BAF (or 0xB07BAF) is known color: London Hue. HEX triplet: B0, 7B and AF. RGB value is (176,123,175). Sum of RGB (Red+Green+Blue) = 176+123+175=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B07BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07BAF is #4F8450. Grayscale: #909090. Windows color (decimal): -5211217 or 11500464. OLE color: 11500464.

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

Color convert

RGB 176 123 175 -
CMYK 0 0.30 0.01 0.31
HSL 301.13º 0.25% 0.59% -
HSV(B) 301.13º 0.3% 0.69% -
XYZ 32.73 26.49 43.95 -
YUV 144.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 176 123 175 0 0.30 0.01 0.31 301.13 0.25 0.59
Hex B0 7B AF 0 1E 1 1F 12D 19 3B
Octal 260 173 257 0 36 1 37 455 31 73
Binary 10110000 1111011 10101111 0 11110 1 11111 100101101 11001 111011

Color Harmonies of #B07BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BAF

Black with #B07BAF

Text Example


Text Example

White with #B07BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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