Html Css Color HEX #B37CF1 Medium Purple

📋 copy color: '#B37CF1'

red 179 ◦ green 124 ◦ blue 241

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

Shades of Medium Purple #B37CF1

Tints of Medium Purple #B37CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.3%

R = 32.9%
G = 22.79%
B = 44.3%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B37CF1 (or 0xB37CF1) is known color: Medium Purple. HEX triplet: B3, 7C and F1. RGB value is (179,124,241). Sum of RGB (Red+Green+Blue) = 179+124+241=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #B37CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37CF1 is #4C830E. Grayscale: #999999. Windows color (decimal): -5014287 or 15826099. OLE color: 15826099.

HSL color Cylindrical-coordinate representation of color #B37CF1: hue angle of 268.21º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B37CF1 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 124 241 -
CMYK 0.26 0.49 0 0.05
HSL 268.21º 0.81% 0.72% -
HSV(B) 268.21º 0.49% 0.95% -
XYZ 41.68 30.35 86.88 -
YUV 153.78 177.22 145.99 -
System Red Green Blue C M Y K H S L
Decimal 179 124 241 0.26 0.49 0 0.05 268.21 0.81 0.72
Hex B3 7C F1 1A 31 0 5 10C 51 48
Octal 263 174 361 32 61 0 5 414 121 110
Binary 10110011 1111100 11110001 11010 110001 0 101 100001100 1010001 1001000

Color Harmonies of #B37CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CF1

Black with #B37CF1

Text Example


Text Example

White with #B37CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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