Html Css Color HEX #B57EFB Medium Purple

📋 copy color: '#B57EFB'

red 181 ◦ green 126 ◦ blue 251

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

Shades of Medium Purple #B57EFB

Tints of Medium Purple #B57EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.98%

R = 32.44%
G = 22.58%
B = 44.98%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B57EFB (or 0xB57EFB) is known color: Medium Purple. HEX triplet: B5, 7E and FB. RGB value is (181,126,251). Sum of RGB (Red+Green+Blue) = 181+126+251=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #B57EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57EFB is #4A8104. Grayscale: #9C9C9C. Windows color (decimal): -4882693 or 16481973. OLE color: 16481973.

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

Color convert

RGB 181 126 251 -
CMYK 0.28 0.50 0 0.02
HSL 266.4º 0.94% 0.74% -
HSV(B) 266.4º 0.5% 0.98% -
XYZ 43.93 31.71 95.07 -
YUV 156.7 181.22 145.34 -
System Red Green Blue C M Y K H S L
Decimal 181 126 251 0.28 0.50 0 0.02 266.4 0.94 0.74
Hex B5 7E FB 1C 32 0 2 10A 5E 4A
Octal 265 176 373 34 62 0 2 412 136 112
Binary 10110101 1111110 11111011 11100 110010 0 10 100001010 1011110 1001010

Color Harmonies of #B57EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57EFB

Black with #B57EFB

Text Example


Text Example

White with #B57EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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