Html Css Color HEX #B57FFF Medium Purple

📋 copy color: '#B57FFF'

red 181 ◦ green 127 ◦ blue 255

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

Shades of Medium Purple #B57FFF

Tints of Medium Purple #B57FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 22.56%

 BLUE value IS 255 (100% from 255) = 45.29%

R = 32.15%
G = 22.56%
B = 45.29%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B57FFF (or 0xB57FFF) is known color: Medium Purple. HEX triplet: B5, 7F and FF. RGB value is (181,127,255). Sum of RGB (Red+Green+Blue) = 181+127+255=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #B57FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57FFF is #4A8000. Grayscale: #9D9D9D. Windows color (decimal): -4882433 or 16744373. OLE color: 16744373.

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

Color convert

RGB 181 127 255 -
CMYK 0.29 0.50 0 0
HSL 265.31º 1% 0.75% -
HSV(B) 265.31º 0.5% 1% -
XYZ 44.7 32.22 98.47 -
YUV 157.74 182.89 144.59 -
System Red Green Blue C M Y K H S L
Decimal 181 127 255 0.29 0.50 0 0 265.31 1 0.75
Hex B5 7F FF 1D 32 0 0 109 64 4B
Octal 265 177 377 35 62 0 0 411 144 113
Binary 10110101 1111111 11111111 11101 110010 0 0 100001001 1100100 1001011

Color Harmonies of #B57FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57FFF

Black with #B57FFF

Text Example


Text Example

White with #B57FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57FFF; }

 p { color: rgb(181,127,255); }

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

background-color css

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

 a { background-color: rgb(181,127,255); }

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

border-color css

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

 span { border-color: rgb(181,127,255); }

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