#B362CC

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

Shades of Medium Orchid #B362CC

Tints of Medium Orchid #B362CC

Color information

#B362CC (or 0xB362CC) is unknown color: approx Medium Orchid. HEX triplet: B3, 62 and CC. RGB value is (179,98,204). Sum of RGB (Red+Green+Blue) = 179+98+204=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #B362CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362CC is #4C9D33. Grayscale: #858585. Windows color (decimal): -5020980 or 13394611. OLE color: 13394611.

HSL color Cylindrical-coordinate representation of color #B362CC: hue angle of 285.85º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B362CC is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17998204-
CMYK0.120.5200.2
HSL285.85º50.96%59.22%-
HSV(B)285.85º51.96%80%-
XYZ33.8622.6859.72-
YUV134.3167.34159.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.21%
GREEN value IS 98 (38.67% from 255) = 20.37%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=37.21%
G=20.37%
B=42.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal179982040.120.5200.2285.8550.9659.22
HexB362CCC3401411e333b
Octal26314231414640244366373
Binary101100111100010110011001100110100010100100011110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B362CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B362CC; }

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

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

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

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

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

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

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

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