Html Css Color HEX #B573F1 Medium Purple

📋 copy color: '#B573F1'

red 181 ◦ green 115 ◦ blue 241

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

Shades of Medium Purple #B573F1

Tints of Medium Purple #B573F1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.42%

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

R = 33.71%
G = 21.42%
B = 44.88%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B573F1 (or 0xB573F1) is known color: Medium Purple. HEX triplet: B5, 73 and F1. RGB value is (181,115,241). Sum of RGB (Red+Green+Blue) = 181+115+241=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #B573F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B573F1 is #4A8C0E. Grayscale: #949494. Windows color (decimal): -4885519 or 15823797. OLE color: 15823797.

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

Color convert

RGB 181 115 241 -
CMYK 0.25 0.52 0 0.05
HSL 271.43º 0.82% 0.7% -
HSV(B) 271.43º 0.52% 0.95% -
XYZ 41.06 28.44 86.54 -
YUV 149.1 179.87 150.75 -
System Red Green Blue C M Y K H S L
Decimal 181 115 241 0.25 0.52 0 0.05 271.43 0.82 0.7
Hex B5 73 F1 19 34 0 5 10F 52 46
Octal 265 163 361 31 64 0 5 417 122 106
Binary 10110101 1110011 11110001 11001 110100 0 101 100001111 1010010 1000110

Color Harmonies of #B573F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B573F1

Black with #B573F1

Text Example


Text Example

White with #B573F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B573F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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