Html Css Color HEX #B37CFF Medium Purple

📋 copy color: '#B37CFF'

red 179 ◦ green 124 ◦ blue 255

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

Shades of Medium Purple #B37CFF

Tints of Medium Purple #B37CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.7%

R = 32.08%
G = 22.22%
B = 45.7%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B37CFF (or 0xB37CFF) is known color: Medium Purple. HEX triplet: B3, 7C and FF. RGB value is (179,124,255). Sum of RGB (Red+Green+Blue) = 179+124+255=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #B37CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37CFF is #4C8300. Grayscale: #9A9A9A. Windows color (decimal): -5014273 or 16743603. OLE color: 16743603.

HSL color Cylindrical-coordinate representation of color #B37CFF: hue angle of 265.19º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B37CFF is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 124 255 -
CMYK 0.30 0.51 0 0
HSL 265.19º 1% 0.74% -
HSV(B) 265.19º 0.51% 1% -
XYZ 43.85 31.22 98.32 -
YUV 155.38 184.22 144.85 -
System Red Green Blue C M Y K H S L
Decimal 179 124 255 0.30 0.51 0 0 265.19 1 0.74
Hex B3 7C FF 1E 33 0 0 109 64 4A
Octal 263 174 377 36 63 0 0 411 144 112
Binary 10110011 1111100 11111111 11110 110011 0 0 100001001 1100100 1001010

Color Harmonies of #B37CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CFF

Black with #B37CFF

Text Example


Text Example

White with #B37CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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