#BB46EE

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

Shades of Medium Orchid #BB46EE

Tints of Medium Orchid #BB46EE

Color information

#BB46EE (or 0xBB46EE) is unknown color: approx Medium Orchid. HEX triplet: BB, 46 and EE. RGB value is (187,70,238). Sum of RGB (Red+Green+Blue) = 187+70+238=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB46EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB46EE is #44B911. Grayscale: #7B7B7B. Windows color (decimal): -4503826 or 15615675. OLE color: 15615675.

HSL color Cylindrical-coordinate representation of color #BB46EE: hue angle of 281.79º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB46EE is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18770238-
CMYK0.210.7100.07
HSL281.79º83.17%60.39%-
HSV(B)281.79º70.59%93.33%-
XYZ38.1221.1282.96-
YUV124.14192.26172.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 70 (27.73% from 255) = 14.14%
BLUE value IS 238 (93.36% from 255) = 48.08%
R=37.78%
G=14.14%
B=48.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal187702380.210.7100.07281.7983.1760.39
HexBB46EE15470711a533c
Octal273106356251070743212374
Binary1011101110001101110111010101100011101111000110101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB46EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB46EE; }

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

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

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

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

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

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

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

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