#B945DB

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

Shades of Medium Orchid #B945DB

Tints of Medium Orchid #B945DB

Color information

#B945DB (or 0xB945DB) is unknown color: approx Medium Orchid. HEX triplet: B9, 45 and DB. RGB value is (185,69,219). Sum of RGB (Red+Green+Blue) = 185+69+219=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #B945DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945DB is #46BA24. Grayscale: #787878. Windows color (decimal): -4635173 or 14370233. OLE color: 14370233.

HSL color Cylindrical-coordinate representation of color #B945DB: hue angle of 286.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B945DB is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18569219-
CMYK0.160.6800.14
HSL286.4º67.57%56.47%-
HSV(B)286.4º68.49%85.88%-
XYZ34.9219.6968.98-
YUV120.78183.43173.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 69 (27.34% from 255) = 14.59%
BLUE value IS 219 (85.94% from 255) = 46.30%
R=39.11%
G=14.59%
B=46.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal185692190.160.6800.14286.467.5756.47
HexB945DB10440E11e4438
Octal2711053332010401643610470
Binary10111001100010111011011100001000100011101000111101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B945DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B945DB; }

 p { color: rgb(185,69,219); }

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

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

 a { background-color: rgb(185,69,219); }

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

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

 span { border-color: rgb(185,69,219); }

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