#B553FE

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

Shades of Medium Orchid #B553FE

Tints of Medium Orchid #B553FE

Color information

#B553FE (or 0xB553FE) is unknown color: approx Medium Orchid. HEX triplet: B5, 53 and FE. RGB value is (181,83,254). Sum of RGB (Red+Green+Blue) = 181+83+254=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #B553FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B553FE is #4AAC01. Grayscale: #838383. Windows color (decimal): -4893698 or 16667573. OLE color: 16667573.

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

Color convert

RGB18183254-
CMYK0.290.6700.00
HSL274.39º98.84%66.08%-
HSV(B)274.39º67.32%99.61%-
XYZ40.0423.1796.13-
YUV131.8196.97163.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 83 (32.81% from 255) = 16.02%
BLUE value IS 254 (99.61% from 255) = 49.03%
R=34.94%
G=16.02%
B=49.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal181832540.290.6700.00274.3998.8466.08
HexB553FE1D43001126342
Octal2651233763510300422143102
Binary101101011010011111111101110110000110010001001011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B553FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B553FE; }

 p { color: rgb(181,83,254); }

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

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

 a { background-color: rgb(181,83,254); }

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

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

 span { border-color: rgb(181,83,254); }

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