#B94DDE

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

Shades of Medium Orchid #B94DDE

Tints of Medium Orchid #B94DDE

Color information

#B94DDE (or 0xB94DDE) is unknown color: approx Medium Orchid. HEX triplet: B9, 4D and DE. RGB value is (185,77,222). Sum of RGB (Red+Green+Blue) = 185+77+222=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #B94DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DDE is #46B221. Grayscale: #7D7D7D. Windows color (decimal): -4633122 or 14568889. OLE color: 14568889.

HSL color Cylindrical-coordinate representation of color #B94DDE: hue angle of 284.69º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94DDE is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18577222-
CMYK0.170.6500.13
HSL284.69º68.72%58.63%-
HSV(B)284.69º65.32%87.06%-
XYZ35.8520.971.25-
YUV125.82182.28170.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 77 (30.47% from 255) = 15.91%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=38.22%
G=15.91%
B=45.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal185772220.170.6500.13284.6968.7258.63
HexB94DDE11410D11d453b
Octal2711153362110101543510573
Binary10111001100110111011110100011000001011011000111011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94DDE; }

 p { color: rgb(185,77,222); }

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

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

 a { background-color: rgb(185,77,222); }

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

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

 span { border-color: rgb(185,77,222); }

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