#BB55FE

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

Shades of Medium Orchid #BB55FE

Tints of Medium Orchid #BB55FE

Color information

#BB55FE (or 0xBB55FE) is unknown color: approx Medium Orchid. HEX triplet: BB, 55 and FE. RGB value is (187,85,254). Sum of RGB (Red+Green+Blue) = 187+85+254=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 85 (33.59% from 255 or 16.16% 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 #BB55FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB55FE is #44AA01. Grayscale: #868686. Windows color (decimal): -4499970 or 16668091. OLE color: 16668091.

HSL color Cylindrical-coordinate representation of color #BB55FE: hue angle of 276.21º 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 #BB55FE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18785254-
CMYK0.260.6700.00
HSL276.21º98.83%66.47%-
HSV(B)276.21º66.54%99.61%-
XYZ41.6324.2296.25-
YUV134.76195.29165.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 85 (33.59% from 255) = 16.16%
BLUE value IS 254 (99.61% from 255) = 48.29%
R=35.55%
G=16.16%
B=48.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal187852540.260.6700.00276.2198.8366.47
HexBB55FE1A43001146342
Octal2731253763210300424143102
Binary101110111010101111111101101010000110010001010011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB55FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB55FE; }

 p { color: rgb(187,85,254); }

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

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

 a { background-color: rgb(187,85,254); }

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

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

 span { border-color: rgb(187,85,254); }

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