#B359FE

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

Shades of Medium Orchid #B359FE

Tints of Medium Orchid #B359FE

Color information

#B359FE (or 0xB359FE) is unknown color: approx Medium Orchid. HEX triplet: B3, 59 and FE. RGB value is (179,89,254). Sum of RGB (Red+Green+Blue) = 179+89+254=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #B359FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B359FE is #4CA601. Grayscale: #868686. Windows color (decimal): -5023234 or 16669107. OLE color: 16669107.

HSL color Cylindrical-coordinate representation of color #B359FE: hue angle of 272.73º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B359FE is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17989254-
CMYK0.300.6500.00
HSL272.73º98.8%67.25%-
HSV(B)272.73º64.96%99.61%-
XYZ40.0523.8896.27-
YUV134.72195.32159.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 89 (35.16% from 255) = 17.05%
BLUE value IS 254 (99.61% from 255) = 48.66%
R=34.29%
G=17.05%
B=48.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal179892540.300.6500.00272.7398.867.25
HexB359FE1E41001116343
Octal2631313763610100421143103
Binary101100111011001111111101111010000010010001000111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B359FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B359FE; }

 p { color: rgb(179,89,254); }

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

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

 a { background-color: rgb(179,89,254); }

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

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

 span { border-color: rgb(179,89,254); }

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