#B360DC

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

Shades of Medium Orchid #B360DC

Tints of Medium Orchid #B360DC

Color information

#B360DC (or 0xB360DC) is unknown color: approx Medium Orchid. HEX triplet: B3, 60 and DC. RGB value is (179,96,220). Sum of RGB (Red+Green+Blue) = 179+96+220=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #B360DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360DC is #4C9F23. Grayscale: #868686. Windows color (decimal): -5021476 or 14442675. OLE color: 14442675.

HSL color Cylindrical-coordinate representation of color #B360DC: hue angle of 280.16º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B360DC is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17996220-
CMYK0.190.5600.14
HSL280.16º63.92%61.96%-
HSV(B)280.16º56.36%86.27%-
XYZ35.6923.1270.29-
YUV134.95176159.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 96 (37.89% from 255) = 19.39%
BLUE value IS 220 (86.33% from 255) = 44.44%
R=36.16%
G=19.39%
B=44.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal179962200.190.5600.14280.1663.9261.96
HexB360DC13380E118403e
Octal263140334237001643010076
Binary1011001111000001101110010011111000011101000110001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B360DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B360DC; }

 p { color: rgb(179,96,220); }

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

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

 a { background-color: rgb(179,96,220); }

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

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

 span { border-color: rgb(179,96,220); }

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