#BB37F1

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

Shades of Medium Orchid #BB37F1

Tints of Medium Orchid #BB37F1

Color information

#BB37F1 (or 0xBB37F1) is unknown color: approx Medium Orchid. HEX triplet: BB, 37 and F1. RGB value is (187,55,241). Sum of RGB (Red+Green+Blue) = 187+55+241=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB37F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB37F1 is #44C80E. Grayscale: #737373. Windows color (decimal): -4507663 or 15808443. OLE color: 15808443.

HSL color Cylindrical-coordinate representation of color #BB37F1: hue angle of 282.58º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB37F1 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18755241-
CMYK0.220.7700.05
HSL282.58º86.92%58.04%-
HSV(B)282.58º77.18%94.51%-
XYZ37.7419.6585.02-
YUV115.67198.73178.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 55 (21.88% from 255) = 11.39%
BLUE value IS 241 (94.53% from 255) = 49.90%
R=38.72%
G=11.39%
B=49.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187552410.220.7700.05282.5886.9258.04
HexBB37F1164D0511b573a
Octal27367361261150543312772
Binary101110111101111111000110110100110101011000110111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB37F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB37F1; }

 p { color: rgb(187,55,241); }

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

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

 a { background-color: rgb(187,55,241); }

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

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

 span { border-color: rgb(187,55,241); }

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