Html Css Color HEX #B573F9 Medium Purple

📋 copy color: '#B573F9'

red 181 ◦ green 115 ◦ blue 249

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

Shades of Medium Purple #B573F9

Tints of Medium Purple #B573F9

RGB

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

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

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

R = 33.21%
G = 21.1%
B = 45.69%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B573F9 (or 0xB573F9) is known color: Medium Purple. HEX triplet: B5, 73 and F9. RGB value is (181,115,249). Sum of RGB (Red+Green+Blue) = 181+115+249=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #B573F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B573F9 is #4A8C06. Grayscale: #959595. Windows color (decimal): -4885511 or 16348085. OLE color: 16348085.

HSL color Cylindrical-coordinate representation of color #B573F9: hue angle of 269.55º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B573F9 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 115 249 -
CMYK 0.27 0.54 0 0.02
HSL 269.55º 0.92% 0.71% -
HSV(B) 269.55º 0.54% 0.98% -
XYZ 42.29 28.92 92.98 -
YUV 150.01 183.87 150.1 -
System Red Green Blue C M Y K H S L
Decimal 181 115 249 0.27 0.54 0 0.02 269.55 0.92 0.71
Hex B5 73 F9 1B 36 0 2 10E 5C 47
Octal 265 163 371 33 66 0 2 416 134 107
Binary 10110101 1110011 11111001 11011 110110 0 10 100001110 1011100 1000111

Color Harmonies of #B573F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B573F9

Black with #B573F9

Text Example


Text Example

White with #B573F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B573F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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