#b865ce

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

Shades of Medium Orchid #B865CE

Tints of Medium Orchid #B865CE

Color information

#B865CE (or 0xB865CE) is unknown color: approx Medium Orchid. HEX triplet: B8, 65 and CE. RGB value is (184,101,206). Sum of RGB (Red+Green+Blue) = 184+101+206=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #B865CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865CE is #479A31. Grayscale: #898989. Windows color (decimal): -4692530 or 13526456. OLE color: 13526456.

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

Color convert

RGB184101206-
CMYK0.110.5100.19
HSL287.43º51.72%60.2%-
HSV(B)287.43º50.97%80.78%-
XYZ35.5623.9561.14-
YUV137.79166.5160.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.47%
GREEN value IS 101 (39.84% from 255) = 20.57%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=37.47%
G=20.57%
B=41.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841012060.110.5100.19287.4351.7260.2
HexB865CEB3301311f343c
Octal27014531613630234376474
Binary101110001100101110011101011110011010011100011111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b865ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b865ce; }

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

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

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

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

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

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

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

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