#B357DE

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

Shades of Medium Orchid #B357DE

Tints of Medium Orchid #B357DE

Color information

#B357DE (or 0xB357DE) is unknown color: approx Medium Orchid. HEX triplet: B3, 57 and DE. RGB value is (179,87,222). Sum of RGB (Red+Green+Blue) = 179+87+222=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #B357DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B357DE is #4CA821. Grayscale: #818181. Windows color (decimal): -5023778 or 14571443. OLE color: 14571443.

HSL color Cylindrical-coordinate representation of color #B357DE: hue angle of 280.89º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B357DE is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17987222-
CMYK0.190.6100.13
HSL280.89º67.16%60.59%-
HSV(B)280.89º60.81%87.06%-
XYZ35.1821.6771.44-
YUV129.9179.98163.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.68%
GREEN value IS 87 (34.38% from 255) = 17.83%
BLUE value IS 222 (87.11% from 255) = 45.49%
R=36.68%
G=17.83%
B=45.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal179872220.190.6100.13280.8967.1660.59
HexB357DE133D0D119433d
Octal263127336237501543110375
Binary1011001110101111101111010011111101011011000110011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B357DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B357DE; }

 p { color: rgb(179,87,222); }

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

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

 a { background-color: rgb(179,87,222); }

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

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

 span { border-color: rgb(179,87,222); }

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