#B353F0

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

Shades of Medium Orchid #B353F0

Tints of Medium Orchid #B353F0

Color information

#B353F0 (or 0xB353F0) is unknown color: approx Medium Orchid. HEX triplet: B3, 53 and F0. RGB value is (179,83,240). Sum of RGB (Red+Green+Blue) = 179+83+240=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #B353F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B353F0 is #4CAC0F. Grayscale: #818181. Windows color (decimal): -5024784 or 15750067. OLE color: 15750067.

HSL color Cylindrical-coordinate representation of color #B353F0: hue angle of 276.69º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B353F0 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17983240-
CMYK0.250.6500.06
HSL276.69º83.96%63.33%-
HSV(B)276.69º65.42%94.12%-
XYZ37.4122.0684.72-
YUV129.6190.3163.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.66%
GREEN value IS 83 (32.81% from 255) = 16.53%
BLUE value IS 240 (94.14% from 255) = 47.81%
R=35.66%
G=16.53%
B=47.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal179832400.250.6500.06276.6983.9663.33
HexB353F0194106115543f
Octal263123360311010642512477
Binary1011001110100111111000011001100000101101000101011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B353F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B353F0; }

 p { color: rgb(179,83,240); }

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

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

 a { background-color: rgb(179,83,240); }

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

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

 span { border-color: rgb(179,83,240); }

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