#B351CA

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

Shades of Medium Orchid #B351CA

Tints of Medium Orchid #B351CA

Color information

#B351CA (or 0xB351CA) is unknown color: approx Medium Orchid. HEX triplet: B3, 51 and CA. RGB value is (179,81,202). Sum of RGB (Red+Green+Blue) = 179+81+202=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #B351CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351CA is #4CAE35. Grayscale: #7B7B7B. Windows color (decimal): -5025334 or 13259187. OLE color: 13259187.

HSL color Cylindrical-coordinate representation of color #B351CA: hue angle of 288.6º 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 #B351CA is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17981202-
CMYK0.110.6000.21
HSL288.6º53.3%55.49%-
HSV(B)288.6º59.9%79.22%-
XYZ32.1919.7357.99-
YUV124.1171.97167.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 81 (32.03% from 255) = 17.53%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=38.74%
G=17.53%
B=43.72%

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
Decimal179812020.110.6000.21288.653.355.49
HexB351CAB3C0151213537
Octal26312131213740254416567
Binary101100111010001110010101011111100010101100100001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B351CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B351CA; }

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

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

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

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

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

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

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

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