Html Css Color HEX #B57CF9 Medium Purple

📋 copy color: '#B57CF9'

red 181 ◦ green 124 ◦ blue 249

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

Shades of Medium Purple #B57CF9

Tints of Medium Purple #B57CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.95%

R = 32.67%
G = 22.38%
B = 44.95%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B57CF9 (or 0xB57CF9) is known color: Medium Purple. HEX triplet: B5, 7C and F9. RGB value is (181,124,249). Sum of RGB (Red+Green+Blue) = 181+124+249=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #B57CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57CF9 is #4A8306. Grayscale: #9A9A9A. Windows color (decimal): -4883207 or 16350389. OLE color: 16350389.

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

Color convert

RGB 181 124 249 -
CMYK 0.27 0.50 0 0.02
HSL 267.36º 0.91% 0.73% -
HSV(B) 267.36º 0.5% 0.98% -
XYZ 43.36 31.08 93.34 -
YUV 155.29 180.88 146.34 -
System Red Green Blue C M Y K H S L
Decimal 181 124 249 0.27 0.50 0 0.02 267.36 0.91 0.73
Hex B5 7C F9 1B 32 0 2 10B 5B 49
Octal 265 174 371 33 62 0 2 413 133 111
Binary 10110101 1111100 11111001 11011 110010 0 10 100001011 1011011 1001001

Color Harmonies of #B57CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57CF9

Black with #B57CF9

Text Example


Text Example

White with #B57CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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