#B352ED

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

Shades of Medium Orchid #B352ED

Tints of Medium Orchid #B352ED

Color information

#B352ED (or 0xB352ED) is unknown color: approx Medium Orchid. HEX triplet: B3, 52 and ED. RGB value is (179,82,237). Sum of RGB (Red+Green+Blue) = 179+82+237=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #B352ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B352ED is #4CAD12. Grayscale: #808080. Windows color (decimal): -5025043 or 15553203. OLE color: 15553203.

HSL color Cylindrical-coordinate representation of color #B352ED: hue angle of 277.55º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B352ED is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17982237-
CMYK0.240.6500.07
HSL277.55º81.15%62.55%-
HSV(B)277.55º65.4%92.94%-
XYZ36.8921.7382.37-
YUV128.67189.14163.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.94%
GREEN value IS 82 (32.42% from 255) = 16.47%
BLUE value IS 237 (92.97% from 255) = 47.59%
R=35.94%
G=16.47%
B=47.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal179822370.240.6500.07277.5581.1562.55
HexB352ED184107116513f
Octal263122355301010742612177
Binary1011001110100101110110111000100000101111000101101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B352ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B352ED; }

 p { color: rgb(179,82,237); }

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

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

 a { background-color: rgb(179,82,237); }

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

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

 span { border-color: rgb(179,82,237); }

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