Html Css Color HEX #B573EB Medium Purple

📋 copy color: '#B573EB'

red 181 ◦ green 115 ◦ blue 235

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

Shades of Medium Purple #B573EB

Tints of Medium Purple #B573EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 34.09%
G = 21.66%
B = 44.26%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B573EB (or 0xB573EB) is known color: Medium Purple. HEX triplet: B5, 73 and EB. RGB value is (181,115,235). Sum of RGB (Red+Green+Blue) = 181+115+235=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #B573EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B573EB is #4A8C14. Grayscale: #949494. Windows color (decimal): -4885525 or 15430581. OLE color: 15430581.

HSL color Cylindrical-coordinate representation of color #B573EB: hue angle of 273º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B573EB is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 115 235 -
CMYK 0.23 0.51 0 0.08
HSL 273º 0.75% 0.69% -
HSV(B) 273º 0.51% 0.92% -
XYZ 40.18 28.08 81.9 -
YUV 148.41 176.87 151.24 -
System Red Green Blue C M Y K H S L
Decimal 181 115 235 0.23 0.51 0 0.08 273 0.75 0.69
Hex B5 73 EB 17 33 0 8 111 4B 45
Octal 265 163 353 27 63 0 10 421 113 105
Binary 10110101 1110011 11101011 10111 110011 0 1000 100010001 1001011 1000101

Color Harmonies of #B573EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B573EB

Black with #B573EB

Text Example


Text Example

White with #B573EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B573EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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