#bb3aff

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

Shades of Medium Orchid #BB3AFF

Tints of Medium Orchid #BB3AFF

Color information

#BB3AFF (or 0xBB3AFF) is unknown color: approx Medium Orchid. HEX triplet: BB, 3A and FF. RGB value is (187,58,255). Sum of RGB (Red+Green+Blue) = 187+58+255=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 58 (23.05% from 255 or 11.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB3AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3AFF is #44C500. Grayscale: #767676. Windows color (decimal): -4506881 or 16726715. OLE color: 16726715.

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

Color convert

RGB18758255-
CMYK0.270.7700
HSL279.29º100%61.37%-
HSV(B)279.29º77.25%100%-
XYZ40.0620.8196.51-
YUV119.03204.74176.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 58 (23.05% from 255) = 11.6%
BLUE value IS 255 (100% from 255) = 51%
R=37.4%
G=11.6%
B=51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal187582550.270.7700279.2910061.37
HexBB3AFF1B4D00117643d
Octal27372377331150042714475
Binary1011101111101011111111110111001101001000101111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb3aff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb3aff; }

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

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

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

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

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

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

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

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