#B94CD8

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

Shades of Medium Orchid #B94CD8

Tints of Medium Orchid #B94CD8

Color information

#B94CD8 (or 0xB94CD8) is unknown color: approx Medium Orchid. HEX triplet: B9, 4C and D8. RGB value is (185,76,216). Sum of RGB (Red+Green+Blue) = 185+76+216=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #B94CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94CD8 is #46B327. Grayscale: #7C7C7C. Windows color (decimal): -4633384 or 14175417. OLE color: 14175417.

HSL color Cylindrical-coordinate representation of color #B94CD8: hue angle of 286.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94CD8 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18576216-
CMYK0.140.6500.15
HSL286.71º64.22%57.25%-
HSV(B)286.71º64.81%84.71%-
XYZ34.9920.4467.07-
YUV124.55179.61171.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 76 (30.08% from 255) = 15.93%
BLUE value IS 216 (84.77% from 255) = 45.28%
R=38.78%
G=15.93%
B=45.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185762160.140.6500.15286.7164.2257.25
HexB94CD8E410F11f4039
Octal2711143301610101743710071
Binary1011100110011001101100011101000001011111000111111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94CD8; }

 p { color: rgb(185,76,216); }

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

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

 a { background-color: rgb(185,76,216); }

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

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

 span { border-color: rgb(185,76,216); }

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