#B94BD1

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

Shades of Medium Orchid #B94BD1

Tints of Medium Orchid #B94BD1

Color information

#B94BD1 (or 0xB94BD1) is unknown color: approx Medium Orchid. HEX triplet: B9, 4B and D1. RGB value is (185,75,209). Sum of RGB (Red+Green+Blue) = 185+75+209=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #B94BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94BD1 is #46B42E. Grayscale: #7A7A7A. Windows color (decimal): -4633647 or 13716409. OLE color: 13716409.

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

Color convert

RGB18575209-
CMYK0.110.6400.18
HSL289.25º59.29%55.69%-
HSV(B)289.25º64.11%81.96%-
XYZ34.0319.9562.38-
YUV123.17176.44172.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 75 (29.69% from 255) = 15.99%
BLUE value IS 209 (82.03% from 255) = 44.56%
R=39.45%
G=15.99%
B=44.56%

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
Decimal185752090.110.6400.18289.2559.2955.69
HexB94BD1B400121213b38
Octal271113321131000224417370
Binary1011100110010111101000110111000000010010100100001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94BD1; }

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

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

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

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

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

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

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

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