Html Css Color HEX #B37FB6 London Hue

📋 copy color: '#B37FB6'

red 179 ◦ green 127 ◦ blue 182

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

Shades of London Hue #B37FB6

Tints of London Hue #B37FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.3%

R = 36.68%
G = 26.02%
B = 37.3%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B37FB6 (or 0xB37FB6) is known color: London Hue. HEX triplet: B3, 7F and B6. RGB value is (179,127,182). Sum of RGB (Red+Green+Blue) = 179+127+182=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 182 - color contains mainly: blue. Hex color #B37FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FB6 is #4C8049. Grayscale: #949494. Windows color (decimal): -5013578 or 11960243. OLE color: 11960243.

HSL color Cylindrical-coordinate representation of color #B37FB6: hue angle of 296.73º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B37FB6 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 127 182 -
CMYK 0.02 0.30 0 0.29
HSL 296.73º 0.27% 0.61% -
HSV(B) 296.73º 0.3% 0.71% -
XYZ 34.62 28.14 47.86 -
YUV 148.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 179 127 182 0.02 0.30 0 0.29 296.73 0.27 0.61
Hex B3 7F B6 2 1E 0 1D 129 1B 3D
Octal 263 177 266 2 36 0 35 451 33 75
Binary 10110011 1111111 10110110 10 11110 0 11101 100101001 11011 111101

Color Harmonies of #B37FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37FB6

Black with #B37FB6

Text Example


Text Example

White with #B37FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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