#BB3FEC

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

Shades of Medium Orchid #BB3FEC

Tints of Medium Orchid #BB3FEC

Color information

#BB3FEC (or 0xBB3FEC) is unknown color: approx Medium Orchid. HEX triplet: BB, 3F and EC. RGB value is (187,63,236). Sum of RGB (Red+Green+Blue) = 187+63+236=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB3FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3FEC is #44C013. Grayscale: #777777. Windows color (decimal): -4505620 or 15482811. OLE color: 15482811.

HSL color Cylindrical-coordinate representation of color #BB3FEC: hue angle of 283.01º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3FEC is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18763236-
CMYK0.210.7300.07
HSL283.01º81.99%58.63%-
HSV(B)283.01º73.31%92.55%-
XYZ37.4120.1881.28-
YUV119.8193.58175.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 63 (25% from 255) = 12.96%
BLUE value IS 236 (92.58% from 255) = 48.56%
R=38.48%
G=12.96%
B=48.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal187632360.210.7300.07283.0181.9958.63
HexBB3FEC15490711b523b
Octal27377354251110743312273
Binary101110111111111110110010101100100101111000110111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3FEC; }

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

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

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

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

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

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

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

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