#B350D5

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

Shades of Medium Orchid #B350D5

Tints of Medium Orchid #B350D5

Color information

#B350D5 (or 0xB350D5) is unknown color: approx Medium Orchid. HEX triplet: B3, 50 and D5. RGB value is (179,80,213). Sum of RGB (Red+Green+Blue) = 179+80+213=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #B350D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B350D5 is #4CAF2A. Grayscale: #7C7C7C. Windows color (decimal): -5025579 or 13979827. OLE color: 13979827.

HSL color Cylindrical-coordinate representation of color #B350D5: hue angle of 284.66º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B350D5 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17980213-
CMYK0.160.6200.16
HSL284.66º61.29%57.45%-
HSV(B)284.66º62.44%83.53%-
XYZ33.4720.1365.07-
YUV124.76177.8166.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 80 (31.64% from 255) = 16.95%
BLUE value IS 213 (83.59% from 255) = 45.13%
R=37.92%
G=16.95%
B=45.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal179802130.160.6200.16284.6661.2957.45
HexB350D5103E01011d3d39
Octal26312032520760204357571
Binary1011001110100001101010110000111110010000100011101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B350D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B350D5; }

 p { color: rgb(179,80,213); }

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

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

 a { background-color: rgb(179,80,213); }

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

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

 span { border-color: rgb(179,80,213); }

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