#b55bfe

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

Shades of Medium Orchid #B55BFE

Tints of Medium Orchid #B55BFE

Color information

#B55BFE (or 0xB55BFE) is unknown color: approx Medium Orchid. HEX triplet: B5, 5B and FE. RGB value is (181,91,254). Sum of RGB (Red+Green+Blue) = 181+91+254=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #B55BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55BFE is #4AA401. Grayscale: #878787. Windows color (decimal): -4891650 or 16669621. OLE color: 16669621.

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

Color convert

RGB18191254-
CMYK0.290.6400.00
HSL273.13º98.79%67.65%-
HSV(B)273.13º64.17%99.61%-
XYZ40.6924.4696.34-
YUV136.49194.32159.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.41%
GREEN value IS 91 (35.94% from 255) = 17.30%
BLUE value IS 254 (99.61% from 255) = 48.29%
R=34.41%
G=17.30%
B=48.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal181912540.290.6400.00273.1398.7967.65
HexB55BFE1D40001116344
Octal2651333763510000421143104
Binary101101011011011111111101110110000000010001000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55bfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55bfe; }

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

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

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

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

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

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

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

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