#B351C5

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

Shades of Medium Orchid #B351C5

Tints of Medium Orchid #B351C5

Color information

#B351C5 (or 0xB351C5) is unknown color: approx Medium Orchid. HEX triplet: B3, 51 and C5. RGB value is (179,81,197). Sum of RGB (Red+Green+Blue) = 179+81+197=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #B351C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351C5 is #4CAE3A. Grayscale: #7B7B7B. Windows color (decimal): -5025339 or 12931507. OLE color: 12931507.

HSL color Cylindrical-coordinate representation of color #B351C5: hue angle of 290.69º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B351C5 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17981197-
CMYK0.090.5900.23
HSL290.69º50%54.51%-
HSV(B)290.69º58.88%77.25%-
XYZ31.6119.554.92-
YUV123.53169.47167.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 81 (32.03% from 255) = 17.72%
BLUE value IS 197 (77.34% from 255) = 43.11%
R=39.17%
G=17.72%
B=43.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal179811970.090.5900.23290.695054.51
HexB351C593B0171233237
Octal26312130511730274436267
Binary101100111010001110001011001111011010111100100011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B351C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B351C5; }

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

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

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

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

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

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

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

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