#BB2FF0

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

Shades of Medium Orchid #BB2FF0

Tints of Medium Orchid #BB2FF0

Color information

#BB2FF0 (or 0xBB2FF0) is unknown color: approx Medium Orchid. HEX triplet: BB, 2F and F0. RGB value is (187,47,240). Sum of RGB (Red+Green+Blue) = 187+47+240=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB2FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2FF0 is #44D00F. Grayscale: #6E6E6E. Windows color (decimal): -4509712 or 15740859. OLE color: 15740859.

HSL color Cylindrical-coordinate representation of color #BB2FF0: hue angle of 283.52º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2FF0 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18747240-
CMYK0.220.8000.06
HSL283.52º86.55%56.27%-
HSV(B)283.52º80.42%94.12%-
XYZ37.2418.8984.12-
YUV110.86200.88182.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 47 (18.75% from 255) = 9.92%
BLUE value IS 240 (94.14% from 255) = 50.63%
R=39.45%
G=9.92%
B=50.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal187472400.220.8000.06283.5286.5556.27
HexBB2FF016500611c5738
Octal27357360261200643412770
Binary101110111011111111000010110101000001101000111001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2FF0; }

 p { color: rgb(187,47,240); }

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

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

 a { background-color: rgb(187,47,240); }

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

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

 span { border-color: rgb(187,47,240); }

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