Html Css Color HEX #B573FB Medium Purple

📋 copy color: '#B573FB'

red 181 ◦ green 115 ◦ blue 251

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

Shades of Medium Purple #B573FB

Tints of Medium Purple #B573FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.89%

R = 33.09%
G = 21.02%
B = 45.89%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B573FB (or 0xB573FB) is known color: Medium Purple. HEX triplet: B5, 73 and FB. RGB value is (181,115,251). Sum of RGB (Red+Green+Blue) = 181+115+251=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #B573FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B573FB is #4A8C04. Grayscale: #959595. Windows color (decimal): -4885509 or 16479157. OLE color: 16479157.

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

Color convert

RGB 181 115 251 -
CMYK 0.28 0.54 0 0.02
HSL 269.12º 0.94% 0.72% -
HSV(B) 269.12º 0.54% 0.98% -
XYZ 42.6 29.05 94.63 -
YUV 150.24 184.87 149.94 -
System Red Green Blue C M Y K H S L
Decimal 181 115 251 0.28 0.54 0 0.02 269.12 0.94 0.72
Hex B5 73 FB 1C 36 0 2 10D 5E 48
Octal 265 163 373 34 66 0 2 415 136 110
Binary 10110101 1110011 11111011 11100 110110 0 10 100001101 1011110 1001000

Color Harmonies of #B573FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B573FB

Black with #B573FB

Text Example


Text Example

White with #B573FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B573FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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