#BB40FF

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

Shades of Medium Orchid #BB40FF

Tints of Medium Orchid #BB40FF

Color information

#BB40FF (or 0xBB40FF) is unknown color: approx Medium Orchid. HEX triplet: BB, 40 and FF. RGB value is (187,64,255). Sum of RGB (Red+Green+Blue) = 187+64+255=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB40FF is #44BF00. Grayscale: #797979. Windows color (decimal): -4505345 or 16728251. OLE color: 16728251.

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

Color convert

RGB18764255-
CMYK0.270.7500
HSL278.64º100%62.55%-
HSV(B)278.64º74.9%100%-
XYZ40.3821.4596.62-
YUV122.55202.75173.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 64 (25.39% from 255) = 12.65%
BLUE value IS 255 (100% from 255) = 50.40%
R=36.96%
G=12.65%
B=50.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal187642550.270.7500278.6410062.55
HexBB40FF1B4B00117643f
Octal273100377331130042714477
Binary10111011100000011111111110111001011001000101111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB40FF; }

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

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

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

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

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

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

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

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