#b362c8

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

Shades of Medium Orchid #B362C8

Tints of Medium Orchid #B362C8

Color information

#B362C8 (or 0xB362C8) is unknown color: approx Medium Orchid. HEX triplet: B3, 62 and C8. RGB value is (179,98,200). Sum of RGB (Red+Green+Blue) = 179+98+200=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #B362C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362C8 is #4C9D37. Grayscale: #858585. Windows color (decimal): -5020984 or 13132467. OLE color: 13132467.

HSL color Cylindrical-coordinate representation of color #B362C8: hue angle of 287.65º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B362C8 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17998200-
CMYK0.100.5100.22
HSL287.65º48.11%58.43%-
HSV(B)287.65º51%78.43%-
XYZ33.3822.4957.22-
YUV133.85165.34160.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.53%
GREEN value IS 98 (38.67% from 255) = 20.55%
BLUE value IS 200 (78.52% from 255) = 41.93%
R=37.53%
G=20.55%
B=41.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179982000.100.5100.22287.6548.1158.43
HexB362C8A33016120303a
Octal26314231012630264406072
Binary101100111100010110010001010110011010110100100000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b362c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b362c8; }

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

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

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

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

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

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

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

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