#BB4EFF

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

Shades of Medium Orchid #BB4EFF

Tints of Medium Orchid #BB4EFF

Color information

#BB4EFF (or 0xBB4EFF) is unknown color: approx Medium Orchid. HEX triplet: BB, 4E and FF. RGB value is (187,78,255). Sum of RGB (Red+Green+Blue) = 187+78+255=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB4EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4EFF is #44B100. Grayscale: #828282. Windows color (decimal): -4501761 or 16731835. OLE color: 16731835.

HSL color Cylindrical-coordinate representation of color #BB4EFF: hue angle of 276.95º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB4EFF is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18778255-
CMYK0.270.6900
HSL276.95º100%65.29%-
HSV(B)276.95º69.41%100%-
XYZ41.2723.2396.92-
YUV130.77198.11168.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 78 (30.86% from 255) = 15%
BLUE value IS 255 (100% from 255) = 49.04%
R=35.96%
G=15%
B=49.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal187782550.270.6900276.9510065.29
HexBB4EFF1B45001156441
Octal2731163773310500425144101
Binary101110111001110111111111101110001010010001010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4EFF; }

 p { color: rgb(187,78,255); }

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

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

 a { background-color: rgb(187,78,255); }

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

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

 span { border-color: rgb(187,78,255); }

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