#B353E3

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

Shades of Medium Orchid #B353E3

Tints of Medium Orchid #B353E3

Color information

#B353E3 (or 0xB353E3) is unknown color: approx Medium Orchid. HEX triplet: B3, 53 and E3. RGB value is (179,83,227). Sum of RGB (Red+Green+Blue) = 179+83+227=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 227 (89.06% from 255 or 46.42% from 489); Max value from RGB is 227 - color contains mainly: blue. Hex color #B353E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353E3 is #4CAC1C. Grayscale: #7F7F7F. Windows color (decimal): -5024797 or 14898099. OLE color: 14898099.

HSL color Cylindrical-coordinate representation of color #B353E3: hue angle of 280º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B353E3 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17983227-
CMYK0.210.6300.11
HSL280º72%60.78%-
HSV(B)280º63.44%89.02%-
XYZ35.5521.3274.91-
YUV128.12183.8164.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 83 (32.81% from 255) = 16.97%
BLUE value IS 227 (89.06% from 255) = 46.42%
R=36.61%
G=16.97%
B=46.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal179832270.210.6300.112807260.78
HexB353E3153F0B118483d
Octal263123343257701343011075
Binary1011001110100111110001110101111111010111000110001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B353E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B353E3; }

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

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

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

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

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

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

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

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