#b942e5

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

Shades of Medium Orchid #B942E5

Tints of Medium Orchid #B942E5

Color information

#B942E5 (or 0xB942E5) is unknown color: approx Medium Orchid. HEX triplet: B9, 42 and E5. RGB value is (185,66,229). Sum of RGB (Red+Green+Blue) = 185+66+229=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #B942E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942E5 is #46BD1A. Grayscale: #777777. Windows color (decimal): -4635931 or 15024825. OLE color: 15024825.

HSL color Cylindrical-coordinate representation of color #B942E5: hue angle of 283.8º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B942E5 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18566229-
CMYK0.190.7100.10
HSL283.8º75.81%57.84%-
HSV(B)283.8º71.18%89.8%-
XYZ36.119.8776.06-
YUV120.16189.42174.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 66 (26.17% from 255) = 13.75%
BLUE value IS 229 (89.84% from 255) = 47.71%
R=38.54%
G=13.75%
B=47.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal185662290.190.7100.10283.875.8157.84
HexB942E513470A11c4c3a
Octal2711023452310701243411472
Binary10111001100001011100101100111000111010101000111001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b942e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b942e5; }

 p { color: rgb(185,66,229); }

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

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

 a { background-color: rgb(185,66,229); }

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

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

 span { border-color: rgb(185,66,229); }

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