#B368CA

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

Shades of Medium Orchid #B368CA

Tints of Medium Orchid #B368CA

Color information

#B368CA (or 0xB368CA) is unknown color: approx Medium Orchid. HEX triplet: B3, 68 and CA. RGB value is (179,104,202). Sum of RGB (Red+Green+Blue) = 179+104+202=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #B368CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B368CA is #4C9735. Grayscale: #898989. Windows color (decimal): -5019446 or 13265075. OLE color: 13265075.

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

Color convert

RGB179104202-
CMYK0.110.4900.21
HSL285.92º48.04%60%-
HSV(B)285.92º48.51%79.22%-
XYZ34.223.7558.66-
YUV137.6164.35157.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 104 (41.02% from 255) = 21.44%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=36.91%
G=21.44%
B=41.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791042020.110.4900.21285.9248.0460
HexB368CAB3101511e303c
Octal26315031213610254366074
Binary101100111101000110010101011110001010101100011110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B368CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B368CA; }

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

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

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

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

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

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

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

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