#B351C9

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

Shades of Medium Orchid #B351C9

Tints of Medium Orchid #B351C9

Color information

#B351C9 (or 0xB351C9) is unknown color: approx Medium Orchid. HEX triplet: B3, 51 and C9. RGB value is (179,81,201). Sum of RGB (Red+Green+Blue) = 179+81+201=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #B351C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351C9 is #4CAE36. Grayscale: #7B7B7B. Windows color (decimal): -5025335 or 13193651. OLE color: 13193651.

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

Color convert

RGB17981201-
CMYK0.110.6000.21
HSL289º52.63%55.29%-
HSV(B)289º59.7%78.82%-
XYZ32.0819.6957.37-
YUV123.98171.47167.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 81 (32.03% from 255) = 17.57%
BLUE value IS 201 (78.91% from 255) = 43.60%
R=38.83%
G=17.57%
B=43.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179812010.110.6000.2128952.6355.29
HexB351C9B3C0151213537
Octal26312131113740254416567
Binary101100111010001110010011011111100010101100100001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B351C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B351C9; }

 p { color: rgb(179,81,201); }

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

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

 a { background-color: rgb(179,81,201); }

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

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

 span { border-color: rgb(179,81,201); }

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