#bb3fef

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

Shades of Medium Orchid #BB3FEF

Tints of Medium Orchid #BB3FEF

Color information

#BB3FEF (or 0xBB3FEF) is unknown color: approx Medium Orchid. HEX triplet: BB, 3F and EF. RGB value is (187,63,239). Sum of RGB (Red+Green+Blue) = 187+63+239=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB3FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3FEF is #44C010. Grayscale: #777777. Windows color (decimal): -4505617 or 15679419. OLE color: 15679419.

HSL color Cylindrical-coordinate representation of color #BB3FEF: hue angle of 282.27º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3FEF is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18763239-
CMYK0.220.7400.06
HSL282.27º84.62%59.22%-
HSV(B)282.27º73.64%93.73%-
XYZ37.8520.3583.59-
YUV120.14195.08175.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 63 (25% from 255) = 12.88%
BLUE value IS 239 (93.75% from 255) = 48.88%
R=38.24%
G=12.88%
B=48.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal187632390.220.7400.06282.2784.6259.22
HexBB3FEF164A0611a553b
Octal27377357261120643212573
Binary101110111111111110111110110100101001101000110101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb3fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb3fef; }

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

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

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

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

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

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

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

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