Html Css Color HEX #B37EFE Medium Purple

📋 copy color: '#B37EFE'

red 179 ◦ green 126 ◦ blue 254

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

Shades of Medium Purple #B37EFE

Tints of Medium Purple #B37EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.54%

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 32.02%
G = 22.54%
B = 45.44%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B37EFE (or 0xB37EFE) is known color: Medium Purple. HEX triplet: B3, 7E and FE. RGB value is (179,126,254). Sum of RGB (Red+Green+Blue) = 179+126+254=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #B37EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37EFE is #4C8101. Grayscale: #9B9B9B. Windows color (decimal): -5013762 or 16678579. OLE color: 16678579.

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

Color convert

RGB 179 126 254 -
CMYK 0.30 0.50 0 0.00
HSL 264.84º 0.98% 0.75% -
HSV(B) 264.84º 0.5% 1% -
XYZ 43.94 31.66 97.56 -
YUV 156.44 183.06 144.09 -
System Red Green Blue C M Y K H S L
Decimal 179 126 254 0.30 0.50 0 0.00 264.84 0.98 0.75
Hex B3 7E FE 1E 32 0 0 109 62 4B
Octal 263 176 376 36 62 0 0 411 142 113
Binary 10110011 1111110 11111110 11110 110010 0 0 100001001 1100010 1001011

Color Harmonies of #B37EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37EFE

Black with #B37EFE

Text Example


Text Example

White with #B37EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37EFE; }

 p { color: rgb(179,126,254); }

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

background-color css

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

 a { background-color: rgb(179,126,254); }

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

border-color css

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

 span { border-color: rgb(179,126,254); }

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