#B575DB

Color #B575DB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B575DB

Tints of Medium Orchid #B575DB

Color information

#B575DB (or 0xB575DB) is unknown color: approx Medium Orchid. HEX triplet: B5, 75 and DB. RGB value is (181,117,219). Sum of RGB (Red+Green+Blue) = 181+117+219=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #B575DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575DB is #4A8A24. Grayscale: #939393. Windows color (decimal): -4885029 or 14382517. OLE color: 14382517.

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

Color convert

RGB181117219-
CMYK0.170.4700.14
HSL277.65º58.62%65.88%-
HSV(B)277.65º46.58%85.88%-
XYZ38.227.6670.34-
YUV147.76168.2151.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 117 (46.09% from 255) = 22.63%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=35.01%
G=22.63%
B=42.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811172190.170.4700.14277.6558.6265.88
HexB575DB112F0E1163b42
Octal265165333215701642673102
Binary1011010111101011101101110001101111011101000101101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B575DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B575DB; }

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

 H1.HeaderClassName
 {
   color: #B575DB;
 }
 .AnyTagClassName
 {
   color: #B575DB;
 }
</style>
background-color css

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

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

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

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

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

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