#B368D2

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

Shades of Medium Orchid #B368D2

Tints of Medium Orchid #B368D2

Color information

#B368D2 (or 0xB368D2) is unknown color: approx Medium Orchid. HEX triplet: B3, 68 and D2. RGB value is (179,104,210). Sum of RGB (Red+Green+Blue) = 179+104+210=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 210 - color contains mainly: blue. Hex color #B368D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B368D2 is #4C972D. Grayscale: #8A8A8A. Windows color (decimal): -5019438 or 13789363. OLE color: 13789363.

HSL color Cylindrical-coordinate representation of color #B368D2: hue angle of 282.45º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B368D2 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179104210-
CMYK0.150.5000.18
HSL282.45º54.08%61.57%-
HSV(B)282.45º50.48%82.35%-
XYZ35.1724.1463.78-
YUV138.51168.35156.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.31%
GREEN value IS 104 (41.02% from 255) = 21.10%
BLUE value IS 210 (82.42% from 255) = 42.60%
R=36.31%
G=21.10%
B=42.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791042100.150.5000.18282.4554.0861.57
HexB368D2F3201211a363e
Octal26315032217620224326676
Binary101100111101000110100101111110010010010100011010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B368D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B368D2; }

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

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

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

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

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

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

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

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