Html Css Color HEX #B57CFE Medium Purple

📋 copy color: '#B57CFE'

red 181 ◦ green 124 ◦ blue 254

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

Shades of Medium Purple #B57CFE

Tints of Medium Purple #B57CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 32.38%
G = 22.18%
B = 45.44%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B57CFE (or 0xB57CFE) is known color: Medium Purple. HEX triplet: B5, 7C and FE. RGB value is (181,124,254). Sum of RGB (Red+Green+Blue) = 181+124+254=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #B57CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57CFE is #4A8301. Grayscale: #9B9B9B. Windows color (decimal): -4883202 or 16678069. OLE color: 16678069.

HSL color Cylindrical-coordinate representation of color #B57CFE: hue angle of 266.31º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B57CFE is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 181 124 254 -
CMYK 0.29 0.51 0 0.00
HSL 266.31º 0.98% 0.74% -
HSV(B) 266.31º 0.51% 1% -
XYZ 44.15 31.39 97.5 -
YUV 155.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 181 124 254 0.29 0.51 0 0.00 266.31 0.98 0.74
Hex B5 7C FE 1D 33 0 0 10A 62 4A
Octal 265 174 376 35 63 0 0 412 142 112
Binary 10110101 1111100 11111110 11101 110011 0 0 100001010 1100010 1001010

Color Harmonies of #B57CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57CFE

Black with #B57CFE

Text Example


Text Example

White with #B57CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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