#B845CE

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

Shades of Medium Orchid #B845CE

Tints of Medium Orchid #B845CE

Color information

#B845CE (or 0xB845CE) is unknown color: approx Medium Orchid. HEX triplet: B8, 45 and CE. RGB value is (184,69,206). Sum of RGB (Red+Green+Blue) = 184+69+206=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #B845CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B845CE is #47BA31. Grayscale: #767676. Windows color (decimal): -4700722 or 13518264. OLE color: 13518264.

HSL color Cylindrical-coordinate representation of color #B845CE: hue angle of 290.36º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B845CE is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18469206-
CMYK0.110.6700.19
HSL290.36º58.3%53.92%-
HSV(B)290.36º66.5%80.78%-
XYZ33.0418.960.3-
YUV119177.1174.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 69 (27.34% from 255) = 15.03%
BLUE value IS 206 (80.86% from 255) = 44.88%
R=40.09%
G=15.03%
B=44.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal184692060.110.6700.19290.3658.353.92
HexB845CEB430131223a36
Octal270105316131030234427266
Binary1011100010001011100111010111000011010011100100010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B845CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B845CE; }

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

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

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

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

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

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

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

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