#B362C4

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

Shades of Medium Orchid #B362C4

Tints of Medium Orchid #B362C4

Color information

#B362C4 (or 0xB362C4) is unknown color: approx Medium Orchid. HEX triplet: B3, 62 and C4. RGB value is (179,98,196). Sum of RGB (Red+Green+Blue) = 179+98+196=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #B362C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362C4 is #4C9D3B. Grayscale: #858585. Windows color (decimal): -5020988 or 12870323. OLE color: 12870323.

HSL color Cylindrical-coordinate representation of color #B362C4: hue angle of 289.59º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B362C4 is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17998196-
CMYK0.090.500.23
HSL289.59º45.37%57.65%-
HSV(B)289.59º50%76.86%-
XYZ32.9222.354.79-
YUV133.39163.34160.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.84%
GREEN value IS 98 (38.67% from 255) = 20.72%
BLUE value IS 196 (76.95% from 255) = 41.44%
R=37.84%
G=20.72%
B=41.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal179981960.090.500.23289.5945.3757.65
HexB362C49320171222d3a
Octal26314230411620274425572
Binary101100111100010110001001001110010010111100100010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B362C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B362C4; }

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

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

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

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

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

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

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

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