#BB41EF

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

Shades of Medium Orchid #BB41EF

Tints of Medium Orchid #BB41EF

Color information

#BB41EF (or 0xBB41EF) is unknown color: approx Medium Orchid. HEX triplet: BB, 41 and EF. RGB value is (187,65,239). Sum of RGB (Red+Green+Blue) = 187+65+239=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB41EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB41EF is #44BE10. Grayscale: #787878. Windows color (decimal): -4505105 or 15679931. OLE color: 15679931.

HSL color Cylindrical-coordinate representation of color #BB41EF: hue angle of 282.07º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB41EF is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18765239-
CMYK0.220.7300.06
HSL282.07º84.47%59.61%-
HSV(B)282.07º72.8%93.73%-
XYZ37.9620.5883.63-
YUV121.31194.42174.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 65 (25.78% from 255) = 13.24%
BLUE value IS 239 (93.75% from 255) = 48.68%
R=38.09%
G=13.24%
B=48.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal187652390.220.7300.06282.0784.4759.61
HexBB41EF16490611a543c
Octal273101357261110643212474
Binary1011101110000011110111110110100100101101000110101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB41EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB41EF; }

 p { color: rgb(187,65,239); }

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

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

 a { background-color: rgb(187,65,239); }

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

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

 span { border-color: rgb(187,65,239); }

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