#B369C6

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

Shades of Medium Orchid #B369C6

Tints of Medium Orchid #B369C6

Color information

#B369C6 (or 0xB369C6) is unknown color: approx Medium Orchid. HEX triplet: B3, 69 and C6. RGB value is (179,105,198). Sum of RGB (Red+Green+Blue) = 179+105+198=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #B369C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369C6 is #4C9639. Grayscale: #898989. Windows color (decimal): -5019194 or 13003187. OLE color: 13003187.

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

Color convert

RGB179105198-
CMYK0.100.4700.22
HSL287.74º44.93%59.41%-
HSV(B)287.74º46.97%77.65%-
XYZ33.8423.7656.23-
YUV137.73162.02157.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 198 (77.73% from 255) = 41.08%
R=37.14%
G=21.78%
B=41.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791051980.100.4700.22287.7444.9359.41
HexB369C6A2F0161202d3b
Octal26315130612570264405573
Binary101100111101001110001101010101111010110100100000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B369C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B369C6; }

 p { color: rgb(179,105,198); }

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

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

 a { background-color: rgb(179,105,198); }

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

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

 span { border-color: rgb(179,105,198); }

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