#B941E4

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

Shades of Medium Orchid #B941E4

Tints of Medium Orchid #B941E4

Color information

#B941E4 (or 0xB941E4) is unknown color: approx Medium Orchid. HEX triplet: B9, 41 and E4. RGB value is (185,65,228). Sum of RGB (Red+Green+Blue) = 185+65+228=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 228 - color contains mainly: blue. Hex color #B941E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941E4 is #46BE1B. Grayscale: #767676. Windows color (decimal): -4636188 or 14959033. OLE color: 14959033.

HSL color Cylindrical-coordinate representation of color #B941E4: hue angle of 284.17º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B941E4 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18565228-
CMYK0.190.7100.11
HSL284.17º75.12%57.45%-
HSV(B)284.17º71.49%89.41%-
XYZ35.919.775.31-
YUV119.46189.26174.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 65 (25.78% from 255) = 13.60%
BLUE value IS 228 (89.45% from 255) = 47.70%
R=38.70%
G=13.60%
B=47.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal185652280.190.7100.11284.1775.1257.45
HexB941E413470B11c4b39
Octal2711013442310701343411371
Binary10111001100000111100100100111000111010111000111001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B941E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B941E4; }

 p { color: rgb(185,65,228); }

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

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

 a { background-color: rgb(185,65,228); }

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

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

 span { border-color: rgb(185,65,228); }

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