Html Css Color HEX #B37CB2 London Hue

📋 copy color: '#B37CB2'

red 179 ◦ green 124 ◦ blue 178

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

Shades of London Hue #B37CB2

Tints of London Hue #B37CB2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 178 (69.92% from 255) = 37.01%

R = 37.21%
G = 25.78%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B37CB2 (or 0xB37CB2) is known color: London Hue. HEX triplet: B3, 7C and B2. RGB value is (179,124,178). Sum of RGB (Red+Green+Blue) = 179+124+178=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 179 - color contains mainly: red. Hex color #B37CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37CB2 is #4C834D. Grayscale: #929292. Windows color (decimal): -5014350 or 11697331. OLE color: 11697331.

HSL color Cylindrical-coordinate representation of color #B37CB2: hue angle of 301.09º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B37CB2 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 124 178 -
CMYK 0 0.31 0.01 0.30
HSL 301.09º 0.27% 0.59% -
HSV(B) 301.09º 0.31% 0.7% -
XYZ 33.83 27.21 45.59 -
YUV 146.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 179 124 178 0 0.31 0.01 0.30 301.09 0.27 0.59
Hex B3 7C B2 0 1F 1 1E 12D 1B 3B
Octal 263 174 262 0 37 1 36 455 33 73
Binary 10110011 1111100 10110010 0 11111 1 11110 100101101 11011 111011

Color Harmonies of #B37CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CB2

Black with #B37CB2

Text Example


Text Example

White with #B37CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CB2; }

 p { color: rgb(179,124,178); }

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

background-color css

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

 a { background-color: rgb(179,124,178); }

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

border-color css

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

 span { border-color: rgb(179,124,178); }

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