Html Css Color HEX #B573F7 Medium Purple

📋 copy color: '#B573F7'

red 181 ◦ green 115 ◦ blue 247

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

Shades of Medium Purple #B573F7

Tints of Medium Purple #B573F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.49%

R = 33.33%
G = 21.18%
B = 45.49%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B573F7 (or 0xB573F7) is known color: Medium Purple. HEX triplet: B5, 73 and F7. RGB value is (181,115,247). Sum of RGB (Red+Green+Blue) = 181+115+247=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #B573F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B573F7 is #4A8C08. Grayscale: #959595. Windows color (decimal): -4885513 or 16217013. OLE color: 16217013.

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

Color convert

RGB 181 115 247 -
CMYK 0.27 0.53 0 0.03
HSL 270º 0.89% 0.71% -
HSV(B) 270º 0.53% 0.97% -
XYZ 41.98 28.8 91.34 -
YUV 149.78 182.87 150.27 -
System Red Green Blue C M Y K H S L
Decimal 181 115 247 0.27 0.53 0 0.03 270 0.89 0.71
Hex B5 73 F7 1B 35 0 3 10E 59 47
Octal 265 163 367 33 65 0 3 416 131 107
Binary 10110101 1110011 11110111 11011 110101 0 11 100001110 1011001 1000111

Color Harmonies of #B573F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B573F7

Black with #B573F7

Text Example


Text Example

White with #B573F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B573F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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