Html Css Color HEX #B57DFB Medium Purple

📋 copy color: '#B57DFB'

red 181 ◦ green 125 ◦ blue 251

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

Shades of Medium Purple #B57DFB

Tints of Medium Purple #B57DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.44%

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

R = 32.5%
G = 22.44%
B = 45.06%

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

#B57DFB (or 0xB57DFB) is known color: Medium Purple. HEX triplet: B5, 7D and FB. RGB value is (181,125,251). Sum of RGB (Red+Green+Blue) = 181+125+251=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #B57DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57DFB is #4A8204. Grayscale: #9B9B9B. Windows color (decimal): -4882949 or 16481717. OLE color: 16481717.

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

Color convert

RGB 181 125 251 -
CMYK 0.28 0.50 0 0.02
HSL 266.67º 0.94% 0.74% -
HSV(B) 266.67º 0.5% 0.98% -
XYZ 43.8 31.46 95.03 -
YUV 156.11 181.55 145.75 -
System Red Green Blue C M Y K H S L
Decimal 181 125 251 0.28 0.50 0 0.02 266.67 0.94 0.74
Hex B5 7D FB 1C 32 0 2 10B 5E 4A
Octal 265 175 373 34 62 0 2 413 136 112
Binary 10110101 1111101 11111011 11100 110010 0 10 100001011 1011110 1001010

Color Harmonies of #B57DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57DFB

Black with #B57DFB

Text Example


Text Example

White with #B57DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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