#B844ED

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

Shades of Medium Orchid #B844ED

Tints of Medium Orchid #B844ED

Color information

#B844ED (or 0xB844ED) is unknown color: approx Medium Orchid. HEX triplet: B8, 44 and ED. RGB value is (184,68,237). Sum of RGB (Red+Green+Blue) = 184+68+237=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #B844ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B844ED is #47BB12. Grayscale: #797979. Windows color (decimal): -4700947 or 15549624. OLE color: 15549624.

HSL color Cylindrical-coordinate representation of color #B844ED: hue angle of 281.18º degrees, saturation: 0.82, 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 #B844ED is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18468237-
CMYK0.220.7100.07
HSL281.18º82.44%59.8%-
HSV(B)281.18º71.31%92.94%-
XYZ37.1220.4482.11-
YUV121.95192.93172.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 68 (26.95% from 255) = 13.91%
BLUE value IS 237 (92.97% from 255) = 48.47%
R=37.63%
G=13.91%
B=48.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal184682370.220.7100.07281.1882.4459.8
HexB844ED164707119523c
Octal270104355261070743112274
Binary1011100010001001110110110110100011101111000110011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B844ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B844ED; }

 p { color: rgb(184,68,237); }

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

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

 a { background-color: rgb(184,68,237); }

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

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

 span { border-color: rgb(184,68,237); }

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