Html Css Color HEX #B57EFE Medium Purple

📋 copy color: '#B57EFE'

red 181 ◦ green 126 ◦ blue 254

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

Shades of Medium Purple #B57EFE

Tints of Medium Purple #B57EFE

RGB

 RED value IS 181 (71.09% from 255) = 32.26%

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

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

R = 32.26%
G = 22.46%
B = 45.28%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B57EFE (or 0xB57EFE) is known color: Medium Purple. HEX triplet: B5, 7E and FE. RGB value is (181,126,254). Sum of RGB (Red+Green+Blue) = 181+126+254=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #B57EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57EFE is #4A8101. Grayscale: #9C9C9C. Windows color (decimal): -4882690 or 16678581. OLE color: 16678581.

HSL color Cylindrical-coordinate representation of color #B57EFE: hue angle of 265.78º 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 #B57EFE is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 181 126 254 -
CMYK 0.29 0.50 0 0.00
HSL 265.78º 0.98% 0.75% -
HSV(B) 265.78º 0.5% 1% -
XYZ 44.41 31.9 97.58 -
YUV 157.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 181 126 254 0.29 0.50 0 0.00 265.78 0.98 0.75
Hex B5 7E FE 1D 32 0 0 10A 62 4B
Octal 265 176 376 35 62 0 0 412 142 113
Binary 10110101 1111110 11111110 11101 110010 0 0 100001010 1100010 1001011

Color Harmonies of #B57EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57EFE

Black with #B57EFE

Text Example


Text Example

White with #B57EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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