Html Css Color HEX #B573DE Medium Orchid

📋 copy color: '#B573DE'

red 181 ◦ green 115 ◦ blue 222

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

Shades of Medium Orchid #B573DE

Tints of Medium Orchid #B573DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.86%

R = 34.94%
G = 22.2%
B = 42.86%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B573DE (or 0xB573DE) is known color: Medium Orchid. HEX triplet: B5, 73 and DE. RGB value is (181,115,222). Sum of RGB (Red+Green+Blue) = 181+115+222=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #B573DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573DE is #4A8C21. Grayscale: #929292. Windows color (decimal): -4885538 or 14578613. OLE color: 14578613.

HSL color Cylindrical-coordinate representation of color #B573DE: hue angle of 277.01º degrees, saturation: 0.62, 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 #B573DE is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 115 222 -
CMYK 0.18 0.48 0 0.13
HSL 277.01º 0.62% 0.66% -
HSV(B) 277.01º 0.48% 0.87% -
XYZ 38.37 27.36 72.37 -
YUV 146.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 181 115 222 0.18 0.48 0 0.13 277.01 0.62 0.66
Hex B5 73 DE 12 30 0 D 115 3E 42
Octal 265 163 336 22 60 0 15 425 76 102
Binary 10110101 1110011 11011110 10010 110000 0 1101 100010101 111110 1000010

Color Harmonies of #B573DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B573DE

Black with #B573DE

Text Example


Text Example

White with #B573DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B573DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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