Html Css Color HEX #B573DB Medium Orchid

📋 copy color: '#B573DB'

red 181 ◦ green 115 ◦ blue 219

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

Shades of Medium Orchid #B573DB

Tints of Medium Orchid #B573DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 35.15%
G = 22.33%
B = 42.52%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B573DB (or 0xB573DB) is known color: Medium Orchid. HEX triplet: B5, 73 and DB. RGB value is (181,115,219). Sum of RGB (Red+Green+Blue) = 181+115+219=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #B573DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573DB is #4A8C24. Grayscale: #929292. Windows color (decimal): -4885541 or 14382005. OLE color: 14382005.

HSL color Cylindrical-coordinate representation of color #B573DB: hue angle of 278.08º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B573DB is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 115 219 -
CMYK 0.17 0.47 0 0.14
HSL 278.08º 0.59% 0.65% -
HSV(B) 278.08º 0.47% 0.86% -
XYZ 37.97 27.2 70.27 -
YUV 146.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 181 115 219 0.17 0.47 0 0.14 278.08 0.59 0.65
Hex B5 73 DB 11 2F 0 E 116 3B 41
Octal 265 163 333 21 57 0 16 426 73 101
Binary 10110101 1110011 11011011 10001 101111 0 1110 100010110 111011 1000001

Color Harmonies of #B573DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B573DB

Black with #B573DB

Text Example


Text Example

White with #B573DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B573DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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