#b351e1

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

Shades of Medium Orchid #B351E1

Tints of Medium Orchid #B351E1

Color information

#B351E1 (or 0xB351E1) is unknown color: approx Medium Orchid. HEX triplet: B3, 51 and E1. RGB value is (179,81,225). Sum of RGB (Red+Green+Blue) = 179+81+225=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #B351E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351E1 is #4CAE1E. Grayscale: #7E7E7E. Windows color (decimal): -5025311 or 14766515. OLE color: 14766515.

HSL color Cylindrical-coordinate representation of color #B351E1: hue angle of 280.83º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B351E1 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17981225-
CMYK0.200.6400.12
HSL280.83º70.59%60%-
HSV(B)280.83º64%88.24%-
XYZ35.1220.973.42-
YUV126.72183.47165.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 81 (32.03% from 255) = 16.70%
BLUE value IS 225 (88.28% from 255) = 46.39%
R=36.91%
G=16.70%
B=46.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal179812250.200.6400.12280.8370.5960
HexB351E114400C119473c
Octal2631213412410001443110774
Binary10110011101000111100001101001000000011001000110011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b351e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b351e1; }

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

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

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

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

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

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

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

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