#BB46E8

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

Shades of Medium Orchid #BB46E8

Tints of Medium Orchid #BB46E8

Color information

#BB46E8 (or 0xBB46E8) is unknown color: approx Medium Orchid. HEX triplet: BB, 46 and E8. RGB value is (187,70,232). Sum of RGB (Red+Green+Blue) = 187+70+232=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 70 (27.73% from 255 or 14.31% from 489); Blue value is 232 (91.02% from 255 or 47.44% from 489); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB46E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB46E8 is #44B917. Grayscale: #7A7A7A. Windows color (decimal): -4503832 or 15222459. OLE color: 15222459.

HSL color Cylindrical-coordinate representation of color #BB46E8: hue angle of 283.33º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB46E8 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18770232-
CMYK0.190.7000.09
HSL283.33º77.88%59.22%-
HSV(B)283.33º69.83%90.98%-
XYZ37.2520.7778.39-
YUV123.45189.26173.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 70 (27.73% from 255) = 14.31%
BLUE value IS 232 (91.02% from 255) = 47.44%
R=38.24%
G=14.31%
B=47.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal187702320.190.7000.09283.3377.8859.22
HexBB46E813460911b4e3b
Octal2731063502310601143311673
Binary10111011100011011101000100111000110010011000110111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB46E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB46E8; }

 p { color: rgb(187,70,232); }

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

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

 a { background-color: rgb(187,70,232); }

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

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

 span { border-color: rgb(187,70,232); }

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