#BB45F1

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

Shades of Medium Orchid #BB45F1

Tints of Medium Orchid #BB45F1

Color information

#BB45F1 (or 0xBB45F1) is unknown color: approx Medium Orchid. HEX triplet: BB, 45 and F1. RGB value is (187,69,241). Sum of RGB (Red+Green+Blue) = 187+69+241=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB45F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB45F1 is #44BA0E. Grayscale: #7B7B7B. Windows color (decimal): -4504079 or 15812027. OLE color: 15812027.

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

Color convert

RGB18769241-
CMYK0.220.7100.05
HSL281.16º86%60.78%-
HSV(B)281.16º71.37%94.51%-
XYZ38.521.1785.28-
YUV123.89194.09173.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 69 (27.34% from 255) = 13.88%
BLUE value IS 241 (94.53% from 255) = 48.49%
R=37.63%
G=13.88%
B=48.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187692410.220.7100.05281.168660.78
HexBB45F1164705119563d
Octal273105361261070543112675
Binary1011101110001011111000110110100011101011000110011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB45F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB45F1; }

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

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

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

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

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

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

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

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