#B362CA

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

Shades of Medium Orchid #B362CA

Tints of Medium Orchid #B362CA

Color information

#B362CA (or 0xB362CA) is unknown color: approx Medium Orchid. HEX triplet: B3, 62 and CA. RGB value is (179,98,202). Sum of RGB (Red+Green+Blue) = 179+98+202=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #B362CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362CA is #4C9D35. Grayscale: #858585. Windows color (decimal): -5020982 or 13263539. OLE color: 13263539.

HSL color Cylindrical-coordinate representation of color #B362CA: hue angle of 286.73º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B362CA is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17998202-
CMYK0.110.5100.21
HSL286.73º49.52%58.82%-
HSV(B)286.73º51.49%79.22%-
XYZ33.6222.5858.46-
YUV134.07166.34160.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 98 (38.67% from 255) = 20.46%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=37.37%
G=20.46%
B=42.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179982020.110.5100.21286.7349.5258.82
HexB362CAB3301511f323b
Octal26314231213630254376273
Binary101100111100010110010101011110011010101100011111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B362CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B362CA; }

 p { color: rgb(179,98,202); }

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

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

 a { background-color: rgb(179,98,202); }

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

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

 span { border-color: rgb(179,98,202); }

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