Html Css Color HEX #B37FB0 London Hue

📋 copy color: '#B37FB0'

red 179 ◦ green 127 ◦ blue 176

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

Shades of London Hue #B37FB0

Tints of London Hue #B37FB0

RGB

 RED value IS 179 (70.31% from 255) = 37.14%

 GREEN value IS 127 (50% from 255) = 26.35%

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 37.14%
G = 26.35%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B37FB0 (or 0xB37FB0) is known color: London Hue. HEX triplet: B3, 7F and B0. RGB value is (179,127,176). Sum of RGB (Red+Green+Blue) = 179+127+176=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B37FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37FB0 is #4C804F. Grayscale: #939393. Windows color (decimal): -5013584 or 11567027. OLE color: 11567027.

HSL color Cylindrical-coordinate representation of color #B37FB0: hue angle of 303.46º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B37FB0 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 127 176 -
CMYK 0 0.29 0.02 0.30
HSL 303.46º 0.25% 0.6% -
HSV(B) 303.46º 0.29% 0.7% -
XYZ 34.02 27.9 44.67 -
YUV 148.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 179 127 176 0 0.29 0.02 0.30 303.46 0.25 0.6
Hex B3 7F B0 0 1D 2 1E 12F 19 3C
Octal 263 177 260 0 35 2 36 457 31 74
Binary 10110011 1111111 10110000 0 11101 10 11110 100101111 11001 111100

Color Harmonies of #B37FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37FB0

Black with #B37FB0

Text Example


Text Example

White with #B37FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37FB0; }

 p { color: rgb(179,127,176); }

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

background-color css

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

 a { background-color: rgb(179,127,176); }

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

border-color css

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

 span { border-color: rgb(179,127,176); }

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