#B555FD

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

Shades of Medium Orchid #B555FD

Tints of Medium Orchid #B555FD

Color information

#B555FD (or 0xB555FD) is unknown color: approx Medium Orchid. HEX triplet: B5, 55 and FD. RGB value is (181,85,253). Sum of RGB (Red+Green+Blue) = 181+85+253=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #B555FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B555FD is #4AAA02. Grayscale: #848484. Windows color (decimal): -4893187 or 16602549. OLE color: 16602549.

HSL color Cylindrical-coordinate representation of color #B555FD: hue angle of 274.29º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B555FD is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18185253-
CMYK0.280.6600.01
HSL274.29º97.67%66.27%-
HSV(B)274.29º66.4%99.22%-
XYZ40.0323.4195.34-
YUV132.86195.8162.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 85 (33.59% from 255) = 16.38%
BLUE value IS 253 (99.22% from 255) = 48.75%
R=34.87%
G=16.38%
B=48.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal181852530.280.6600.01274.2997.6766.27
HexB555FD1C42011126242
Octal2651253753410201422142102
Binary101101011010101111111011110010000100110001001011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B555FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B555FD; }

 p { color: rgb(181,85,253); }

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

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

 a { background-color: rgb(181,85,253); }

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

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

 span { border-color: rgb(181,85,253); }

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