Html Css Color HEX #B573F8 Medium Purple

📋 copy color: '#B573F8'

red 181 ◦ green 115 ◦ blue 248

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

Shades of Medium Purple #B573F8

Tints of Medium Purple #B573F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.59%

R = 33.27%
G = 21.14%
B = 45.59%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B573F8 (or 0xB573F8) is known color: Medium Purple. HEX triplet: B5, 73 and F8. RGB value is (181,115,248). Sum of RGB (Red+Green+Blue) = 181+115+248=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #B573F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B573F8 is #4A8C07. Grayscale: #959595. Windows color (decimal): -4885512 or 16282549. OLE color: 16282549.

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

Color convert

RGB 181 115 248 -
CMYK 0.27 0.54 0 0.03
HSL 269.77º 0.9% 0.71% -
HSV(B) 269.77º 0.54% 0.97% -
XYZ 42.13 28.86 92.16 -
YUV 149.9 183.37 150.19 -
System Red Green Blue C M Y K H S L
Decimal 181 115 248 0.27 0.54 0 0.03 269.77 0.9 0.71
Hex B5 73 F8 1B 36 0 3 10E 5A 47
Octal 265 163 370 33 66 0 3 416 132 107
Binary 10110101 1110011 11111000 11011 110110 0 11 100001110 1011010 1000111

Color Harmonies of #B573F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B573F8

Black with #B573F8

Text Example


Text Example

White with #B573F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B573F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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