#B94CD3

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

Shades of Medium Orchid #B94CD3

Tints of Medium Orchid #B94CD3

Color information

#B94CD3 (or 0xB94CD3) is unknown color: approx Medium Orchid. HEX triplet: B9, 4C and D3. RGB value is (185,76,211). Sum of RGB (Red+Green+Blue) = 185+76+211=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 211 - color contains mainly: blue. Hex color #B94CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94CD3 is #46B32C. Grayscale: #7B7B7B. Windows color (decimal): -4633389 or 13847737. OLE color: 13847737.

HSL color Cylindrical-coordinate representation of color #B94CD3: hue angle of 288.44º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94CD3 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18576211-
CMYK0.120.6400.17
HSL288.44º60.54%56.27%-
HSV(B)288.44º63.98%82.75%-
XYZ34.3520.1963.71-
YUV123.98177.11171.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.19%
GREEN value IS 76 (30.08% from 255) = 16.10%
BLUE value IS 211 (82.81% from 255) = 44.70%
R=39.19%
G=16.10%
B=44.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal185762110.120.6400.17288.4460.5456.27
HexB94CD3C400111203d38
Octal271114323141000214407570
Binary1011100110011001101001111001000000010001100100000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94CD3; }

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

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

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

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

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

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

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

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