#B353D8

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

Shades of Medium Orchid #B353D8

Tints of Medium Orchid #B353D8

Color information

#B353D8 (or 0xB353D8) is unknown color: approx Medium Orchid. HEX triplet: B3, 53 and D8. RGB value is (179,83,216). Sum of RGB (Red+Green+Blue) = 179+83+216=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 216 - color contains mainly: blue. Hex color #B353D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353D8 is #4CAC27. Grayscale: #7E7E7E. Windows color (decimal): -5024808 or 14177203. OLE color: 14177203.

HSL color Cylindrical-coordinate representation of color #B353D8: hue angle of 283.31º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B353D8 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17983216-
CMYK0.170.6200.15
HSL283.31º63.03%58.63%-
HSV(B)283.31º61.57%84.71%-
XYZ34.0820.7367.17-
YUV126.87178.3165.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 83 (32.81% from 255) = 17.36%
BLUE value IS 216 (84.77% from 255) = 45.19%
R=37.45%
G=17.36%
B=45.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal179832160.170.6200.15283.3163.0358.63
HexB353D8113E0F11b3f3b
Octal26312333021760174337773
Binary101100111010011110110001000111111001111100011011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B353D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B353D8; }

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

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

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

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

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

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

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

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