#BB5FEC

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

Shades of Medium Orchid #BB5FEC

Tints of Medium Orchid #BB5FEC

Color information

#BB5FEC (or 0xBB5FEC) is unknown color: approx Medium Orchid. HEX triplet: BB, 5F and EC. RGB value is (187,95,236). Sum of RGB (Red+Green+Blue) = 187+95+236=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB5FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5FEC is #44A013. Grayscale: #8A8A8A. Windows color (decimal): -4497428 or 15491003. OLE color: 15491003.

HSL color Cylindrical-coordinate representation of color #BB5FEC: hue angle of 279.15º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB5FEC is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18795236-
CMYK0.210.6000.07
HSL279.15º78.77%64.9%-
HSV(B)279.15º59.75%92.55%-
XYZ39.7324.8182.05-
YUV138.58182.98162.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 95 (37.5% from 255) = 18.34%
BLUE value IS 236 (92.58% from 255) = 45.56%
R=36.10%
G=18.34%
B=45.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal187952360.210.6000.07279.1578.7764.9
HexBB5FEC153C071174f41
Octal273137354257407427117101
Binary1011101110111111110110010101111100011110001011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5FEC; }

 p { color: rgb(187,95,236); }

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

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

 a { background-color: rgb(187,95,236); }

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

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

 span { border-color: rgb(187,95,236); }

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