#B861CF

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

Shades of Medium Orchid #B861CF

Tints of Medium Orchid #B861CF

Color information

#B861CF (or 0xB861CF) is unknown color: approx Medium Orchid. HEX triplet: B8, 61 and CF. RGB value is (184,97,207). Sum of RGB (Red+Green+Blue) = 184+97+207=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #B861CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861CF is #479E30. Grayscale: #878787. Windows color (decimal): -4693553 or 13590968. OLE color: 13590968.

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

Color convert

RGB18497207-
CMYK0.110.5300.19
HSL287.45º53.4%59.61%-
HSV(B)287.45º53.14%81.18%-
XYZ35.323.2461.66-
YUV135.55168.32162.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 97 (38.28% from 255) = 19.88%
BLUE value IS 207 (81.25% from 255) = 42.42%
R=37.70%
G=19.88%
B=42.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal184972070.110.5300.19287.4553.459.61
HexB861CFB3501311f353c
Octal27014131713650234376574
Binary101110001100001110011111011110101010011100011111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B861CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B861CF; }

 p { color: rgb(184,97,207); }

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

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

 a { background-color: rgb(184,97,207); }

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

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

 span { border-color: rgb(184,97,207); }

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