Html Css Color HEX #B37CF9 Medium Purple

📋 copy color: '#B37CF9'

red 179 ◦ green 124 ◦ blue 249

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

Shades of Medium Purple #B37CF9

Tints of Medium Purple #B37CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.11%

R = 32.43%
G = 22.46%
B = 45.11%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B37CF9 (or 0xB37CF9) is known color: Medium Purple. HEX triplet: B3, 7C and F9. RGB value is (179,124,249). Sum of RGB (Red+Green+Blue) = 179+124+249=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #B37CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37CF9 is #4C8306. Grayscale: #9A9A9A. Windows color (decimal): -5014279 or 16350387. OLE color: 16350387.

HSL color Cylindrical-coordinate representation of color #B37CF9: hue angle of 266.4º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B37CF9 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 124 249 -
CMYK 0.28 0.50 0 0.02
HSL 266.4º 0.91% 0.73% -
HSV(B) 266.4º 0.5% 0.98% -
XYZ 42.9 30.84 93.31 -
YUV 154.7 181.22 145.34 -
System Red Green Blue C M Y K H S L
Decimal 179 124 249 0.28 0.50 0 0.02 266.4 0.91 0.73
Hex B3 7C F9 1C 32 0 2 10A 5B 49
Octal 263 174 371 34 62 0 2 412 133 111
Binary 10110011 1111100 11111001 11100 110010 0 10 100001010 1011011 1001001

Color Harmonies of #B37CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CF9

Black with #B37CF9

Text Example


Text Example

White with #B37CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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