#bb41e8

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

Shades of Medium Orchid #BB41E8

Tints of Medium Orchid #BB41E8

Color information

#BB41E8 (or 0xBB41E8) is unknown color: approx Medium Orchid. HEX triplet: BB, 41 and E8. RGB value is (187,65,232). Sum of RGB (Red+Green+Blue) = 187+65+232=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB41E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB41E8 is #44BE17. Grayscale: #777777. Windows color (decimal): -4505112 or 15221179. OLE color: 15221179.

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

Color convert

RGB18765232-
CMYK0.190.7200.09
HSL283.83º78.4%58.24%-
HSV(B)283.83º71.98%90.98%-
XYZ36.9520.1778.29-
YUV120.52190.92175.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 65 (25.78% from 255) = 13.43%
BLUE value IS 232 (91.02% from 255) = 47.93%
R=38.64%
G=13.43%
B=47.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal187652320.190.7200.09283.8378.458.24
HexBB41E813480911c4e3a
Octal2731013502311001143411672
Binary10111011100000111101000100111001000010011000111001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb41e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb41e8; }

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

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

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

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

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

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

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

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