#B94BD0

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

Shades of Medium Orchid #B94BD0

Tints of Medium Orchid #B94BD0

Color information

#B94BD0 (or 0xB94BD0) is unknown color: approx Medium Orchid. HEX triplet: B9, 4B and D0. RGB value is (185,75,208). Sum of RGB (Red+Green+Blue) = 185+75+208=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #B94BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94BD0 is #46B42F. Grayscale: #7A7A7A. Windows color (decimal): -4633648 or 13650873. OLE color: 13650873.

HSL color Cylindrical-coordinate representation of color #B94BD0: hue angle of 289.62º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94BD0 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18575208-
CMYK0.110.6400.18
HSL289.62º58.59%55.49%-
HSV(B)289.62º63.94%81.57%-
XYZ33.9119.961.73-
YUV123.05175.94172.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.53%
GREEN value IS 75 (29.69% from 255) = 16.03%
BLUE value IS 208 (81.64% from 255) = 44.44%
R=39.53%
G=16.03%
B=44.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185752080.110.6400.18289.6258.5955.49
HexB94BD0B400121223b37
Octal271113320131000224427367
Binary1011100110010111101000010111000000010010100100010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94BD0; }

 p { color: rgb(185,75,208); }

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

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

 a { background-color: rgb(185,75,208); }

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

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

 span { border-color: rgb(185,75,208); }

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