#BB31F5

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

Shades of Medium Orchid #BB31F5

Tints of Medium Orchid #BB31F5

Color information

#BB31F5 (or 0xBB31F5) is unknown color: approx Medium Orchid. HEX triplet: BB, 31 and F5. RGB value is (187,49,245). Sum of RGB (Red+Green+Blue) = 187+49+245=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 245 (96.09% from 255 or 50.94% from 481); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB31F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB31F5 is #44CE0A. Grayscale: #6F6F6F. Windows color (decimal): -4509195 or 16069051. OLE color: 16069051.

HSL color Cylindrical-coordinate representation of color #BB31F5: hue angle of 282.24º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB31F5 is Cyan = 0.24, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18749245-
CMYK0.240.800.04
HSL282.24º90.74%57.65%-
HSV(B)282.24º80%96.08%-
XYZ38.0719.3588.12-
YUV112.61202.72181.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 49 (19.53% from 255) = 10.19%
BLUE value IS 245 (96.09% from 255) = 50.94%
R=38.88%
G=10.19%
B=50.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal187492450.240.800.04282.2490.7457.65
HexBB31F518500411a5b3a
Octal27361365301200443213372
Binary101110111100011111010111000101000001001000110101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB31F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB31F5; }

 p { color: rgb(187,49,245); }

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

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

 a { background-color: rgb(187,49,245); }

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

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

 span { border-color: rgb(187,49,245); }

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