#B351E0

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

Shades of Medium Orchid #B351E0

Tints of Medium Orchid #B351E0

Color information

#B351E0 (or 0xB351E0) is unknown color: approx Medium Orchid. HEX triplet: B3, 51 and E0. RGB value is (179,81,224). Sum of RGB (Red+Green+Blue) = 179+81+224=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #B351E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351E0 is #4CAE1F. Grayscale: #7E7E7E. Windows color (decimal): -5025312 or 14700979. OLE color: 14700979.

HSL color Cylindrical-coordinate representation of color #B351E0: hue angle of 281.12º degrees, saturation: 0.7, 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 #B351E0 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17981224-
CMYK0.200.6400.12
HSL281.12º69.76%59.8%-
HSV(B)281.12º63.84%87.84%-
XYZ34.9920.8572.7-
YUV126.6182.97165.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 81 (32.03% from 255) = 16.74%
BLUE value IS 224 (87.89% from 255) = 46.28%
R=36.98%
G=16.74%
B=46.28%

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
Decimal179812240.200.6400.12281.1269.7659.8
HexB351E014400C119463c
Octal2631213402410001443110674
Binary10110011101000111100000101001000000011001000110011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B351E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B351E0; }

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

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

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

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

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

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

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

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