Html Css Color HEX #B573DC Medium Orchid

📋 copy color: '#B573DC'

red 181 ◦ green 115 ◦ blue 220

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

Shades of Medium Orchid #B573DC

Tints of Medium Orchid #B573DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.64%

R = 35.08%
G = 22.29%
B = 42.64%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B573DC (or 0xB573DC) is known color: Medium Orchid. HEX triplet: B5, 73 and DC. RGB value is (181,115,220). Sum of RGB (Red+Green+Blue) = 181+115+220=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #B573DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573DC is #4A8C23. Grayscale: #929292. Windows color (decimal): -4885540 or 14447541. OLE color: 14447541.

HSL color Cylindrical-coordinate representation of color #B573DC: hue angle of 277.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B573DC is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 115 220 -
CMYK 0.18 0.48 0 0.14
HSL 277.71º 0.6% 0.66% -
HSV(B) 277.71º 0.48% 0.86% -
XYZ 38.11 27.25 70.96 -
YUV 146.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 181 115 220 0.18 0.48 0 0.14 277.71 0.6 0.66
Hex B5 73 DC 12 30 0 E 116 3C 42
Octal 265 163 334 22 60 0 16 426 74 102
Binary 10110101 1110011 11011100 10010 110000 0 1110 100010110 111100 1000010

Color Harmonies of #B573DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B573DC

Black with #B573DC

Text Example


Text Example

White with #B573DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B573DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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