#BB45F6

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

Shades of Medium Orchid #BB45F6

Tints of Medium Orchid #BB45F6

Color information

#BB45F6 (or 0xBB45F6) is unknown color: approx Medium Orchid. HEX triplet: BB, 45 and F6. RGB value is (187,69,246). Sum of RGB (Red+Green+Blue) = 187+69+246=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 69 (27.34% from 255 or 13.75% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB45F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB45F6 is #44BA09. Grayscale: #7B7B7B. Windows color (decimal): -4504074 or 16139707. OLE color: 16139707.

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

Color convert

RGB18769246-
CMYK0.240.7200.04
HSL280º90.77%61.76%-
HSV(B)280º71.95%96.47%-
XYZ39.2621.4789.26-
YUV124.46196.59172.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 69 (27.34% from 255) = 13.75%
BLUE value IS 246 (96.48% from 255) = 49.00%
R=37.25%
G=13.75%
B=49.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal187692460.240.7200.0428090.7761.76
HexBB45F61848041185b3e
Octal273105366301100443013376
Binary1011101110001011111011011000100100001001000110001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB45F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB45F6; }

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

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

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

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

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

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

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

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