Html Css Color HEX #B37FFF Medium Purple

📋 copy color: '#B37FFF'

red 179 ◦ green 127 ◦ blue 255

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

Shades of Medium Purple #B37FFF

Tints of Medium Purple #B37FFF

RGB

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

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

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

R = 31.91%
G = 22.64%
B = 45.45%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B37FFF (or 0xB37FFF) is known color: Medium Purple. HEX triplet: B3, 7F and FF. RGB value is (179,127,255). Sum of RGB (Red+Green+Blue) = 179+127+255=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #B37FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37FFF is #4C8000. Grayscale: #9C9C9C. Windows color (decimal): -5013505 or 16744371. OLE color: 16744371.

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

Color convert

RGB 179 127 255 -
CMYK 0.30 0.50 0 0
HSL 264.38º 1% 0.75% -
HSV(B) 264.38º 0.5% 1% -
XYZ 44.23 31.98 98.45 -
YUV 157.14 183.23 143.59 -
System Red Green Blue C M Y K H S L
Decimal 179 127 255 0.30 0.50 0 0 264.38 1 0.75
Hex B3 7F FF 1E 32 0 0 108 64 4B
Octal 263 177 377 36 62 0 0 410 144 113
Binary 10110011 1111111 11111111 11110 110010 0 0 100001000 1100100 1001011

Color Harmonies of #B37FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37FFF

Black with #B37FFF

Text Example


Text Example

White with #B37FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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