Html Css Color HEX #B57EFD Medium Purple

📋 copy color: '#B57EFD'

red 181 ◦ green 126 ◦ blue 253

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

Shades of Medium Purple #B57EFD

Tints of Medium Purple #B57EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.18%

R = 32.32%
G = 22.5%
B = 45.18%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B57EFD (or 0xB57EFD) is known color: Medium Purple. HEX triplet: B5, 7E and FD. RGB value is (181,126,253). Sum of RGB (Red+Green+Blue) = 181+126+253=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #B57EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57EFD is #4A8102. Grayscale: #9C9C9C. Windows color (decimal): -4882691 or 16613045. OLE color: 16613045.

HSL color Cylindrical-coordinate representation of color #B57EFD: hue angle of 265.98º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B57EFD is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 126 253 -
CMYK 0.28 0.50 0 0.01
HSL 265.98º 0.97% 0.74% -
HSV(B) 265.98º 0.5% 0.99% -
XYZ 44.25 31.84 96.74 -
YUV 156.92 182.22 145.17 -
System Red Green Blue C M Y K H S L
Decimal 181 126 253 0.28 0.50 0 0.01 265.98 0.97 0.74
Hex B5 7E FD 1C 32 0 1 10A 61 4A
Octal 265 176 375 34 62 0 1 412 141 112
Binary 10110101 1111110 11111101 11100 110010 0 1 100001010 1100001 1001010

Color Harmonies of #B57EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57EFD

Black with #B57EFD

Text Example


Text Example

White with #B57EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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