#B845D0

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

Shades of Medium Orchid #B845D0

Tints of Medium Orchid #B845D0

Color information

#B845D0 (or 0xB845D0) is unknown color: approx Medium Orchid. HEX triplet: B8, 45 and D0. RGB value is (184,69,208). Sum of RGB (Red+Green+Blue) = 184+69+208=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #B845D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B845D0 is #47BA2F. Grayscale: #767676. Windows color (decimal): -4700720 or 13649336. OLE color: 13649336.

HSL color Cylindrical-coordinate representation of color #B845D0: hue angle of 289.64º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B845D0 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18469208-
CMYK0.120.6700.18
HSL289.64º59.66%54.31%-
HSV(B)289.64º66.83%81.57%-
XYZ33.281961.59-
YUV119.23178.1174.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 69 (27.34% from 255) = 14.97%
BLUE value IS 208 (81.64% from 255) = 45.12%
R=39.91%
G=14.97%
B=45.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal184692080.120.6700.18289.6459.6654.31
HexB845D0C430121223c36
Octal270105320141030224427466
Binary1011100010001011101000011001000011010010100100010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B845D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B845D0; }

 p { color: rgb(184,69,208); }

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

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

 a { background-color: rgb(184,69,208); }

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

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

 span { border-color: rgb(184,69,208); }

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