Html Css Color HEX #B573DF Medium Orchid

📋 copy color: '#B573DF'

red 181 ◦ green 115 ◦ blue 223

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

Shades of Medium Orchid #B573DF

Tints of Medium Orchid #B573DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 34.87%
G = 22.16%
B = 42.97%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B573DF (or 0xB573DF) is known color: Medium Orchid. HEX triplet: B5, 73 and DF. RGB value is (181,115,223). Sum of RGB (Red+Green+Blue) = 181+115+223=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #B573DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573DF is #4A8C20. Grayscale: #929292. Windows color (decimal): -4885537 or 14644149. OLE color: 14644149.

HSL color Cylindrical-coordinate representation of color #B573DF: hue angle of 276.67º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B573DF is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 115 223 -
CMYK 0.19 0.48 0 0.13
HSL 276.67º 0.63% 0.66% -
HSV(B) 276.67º 0.48% 0.87% -
XYZ 38.51 27.41 73.07 -
YUV 147.05 170.87 152.22 -
System Red Green Blue C M Y K H S L
Decimal 181 115 223 0.19 0.48 0 0.13 276.67 0.63 0.66
Hex B5 73 DF 13 30 0 D 115 3F 42
Octal 265 163 337 23 60 0 15 425 77 102
Binary 10110101 1110011 11011111 10011 110000 0 1101 100010101 111111 1000010

Color Harmonies of #B573DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B573DF

Black with #B573DF

Text Example


Text Example

White with #B573DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B573DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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