Html Css Color HEX #B57CF7 Medium Purple

📋 copy color: '#B57CF7'

red 181 ◦ green 124 ◦ blue 247

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

Shades of Medium Purple #B57CF7

Tints of Medium Purple #B57CF7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.46%

 BLUE value IS 247 (96.88% from 255) = 44.75%

R = 32.79%
G = 22.46%
B = 44.75%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B57CF7 (or 0xB57CF7) is known color: Medium Purple. HEX triplet: B5, 7C and F7. RGB value is (181,124,247). Sum of RGB (Red+Green+Blue) = 181+124+247=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #B57CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57CF7 is #4A8308. Grayscale: #9A9A9A. Windows color (decimal): -4883209 or 16219317. OLE color: 16219317.

HSL color Cylindrical-coordinate representation of color #B57CF7: hue angle of 267.8º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B57CF7 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 124 247 -
CMYK 0.27 0.50 0 0.03
HSL 267.8º 0.88% 0.73% -
HSV(B) 267.8º 0.5% 0.97% -
XYZ 43.05 30.95 91.7 -
YUV 155.07 179.88 146.5 -
System Red Green Blue C M Y K H S L
Decimal 181 124 247 0.27 0.50 0 0.03 267.8 0.88 0.73
Hex B5 7C F7 1B 32 0 3 10C 58 49
Octal 265 174 367 33 62 0 3 414 130 111
Binary 10110101 1111100 11110111 11011 110010 0 11 100001100 1011000 1001001

Color Harmonies of #B57CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57CF7

Black with #B57CF7

Text Example


Text Example

White with #B57CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57CF7; }

 p { color: rgb(181,124,247); }

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

background-color css

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

 a { background-color: rgb(181,124,247); }

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

border-color css

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

 span { border-color: rgb(181,124,247); }

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