#BB3DFF

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

Shades of Medium Orchid #BB3DFF

Tints of Medium Orchid #BB3DFF

Color information

#BB3DFF (or 0xBB3DFF) is unknown color: approx Medium Orchid. HEX triplet: BB, 3D and FF. RGB value is (187,61,255). Sum of RGB (Red+Green+Blue) = 187+61+255=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB3DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3DFF is #44C200. Grayscale: #787878. Windows color (decimal): -4506113 or 16727483. OLE color: 16727483.

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

Color convert

RGB18761255-
CMYK0.270.7600
HSL278.97º100%61.96%-
HSV(B)278.97º76.08%100%-
XYZ40.2121.1296.57-
YUV120.79203.74175.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 61 (24.22% from 255) = 12.13%
BLUE value IS 255 (100% from 255) = 50.70%
R=37.18%
G=12.13%
B=50.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal187612550.270.7600278.9710061.96
HexBB3DFF1B4C00117643e
Octal27375377331140042714476
Binary1011101111110111111111110111001100001000101111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3DFF; }

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

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

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

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

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

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

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

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