Html Css Color HEX #B571F1 Medium Purple

📋 copy color: '#B571F1'

red 181 ◦ green 113 ◦ blue 241

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

Shades of Medium Purple #B571F1

Tints of Medium Purple #B571F1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.12%

 BLUE value IS 241 (94.53% from 255) = 45.05%

R = 33.83%
G = 21.12%
B = 45.05%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B571F1 (or 0xB571F1) is known color: Medium Purple. HEX triplet: B5, 71 and F1. RGB value is (181,113,241). Sum of RGB (Red+Green+Blue) = 181+113+241=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #B571F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B571F1 is #4A8E0E. Grayscale: #939393. Windows color (decimal): -4886031 or 15823285. OLE color: 15823285.

HSL color Cylindrical-coordinate representation of color #B571F1: hue angle of 271.88º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B571F1 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 113 241 -
CMYK 0.25 0.53 0 0.05
HSL 271.88º 0.82% 0.69% -
HSV(B) 271.88º 0.53% 0.95% -
XYZ 40.84 27.98 86.47 -
YUV 147.92 180.53 151.59 -
System Red Green Blue C M Y K H S L
Decimal 181 113 241 0.25 0.53 0 0.05 271.88 0.82 0.69
Hex B5 71 F1 19 35 0 5 110 52 45
Octal 265 161 361 31 65 0 5 420 122 105
Binary 10110101 1110001 11110001 11001 110101 0 101 100010000 1010010 1000101

Color Harmonies of #B571F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B571F1

Black with #B571F1

Text Example


Text Example

White with #B571F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B571F1; }

 p { color: rgb(181,113,241); }

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

background-color css

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

 a { background-color: rgb(181,113,241); }

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

border-color css

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

 span { border-color: rgb(181,113,241); }

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