#B865CD

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

Shades of Medium Orchid #B865CD

Tints of Medium Orchid #B865CD

Color information

#B865CD (or 0xB865CD) is unknown color: approx Medium Orchid. HEX triplet: B8, 65 and CD. RGB value is (184,101,205). Sum of RGB (Red+Green+Blue) = 184+101+205=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #B865CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865CD is #479A32. Grayscale: #898989. Windows color (decimal): -4692531 or 13460920. OLE color: 13460920.

HSL color Cylindrical-coordinate representation of color #B865CD: hue angle of 287.88º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B865CD is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184101205-
CMYK0.100.5100.20
HSL287.88º50.98%60%-
HSV(B)287.88º50.73%80.39%-
XYZ35.4423.9160.5-
YUV137.67166161.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.55%
GREEN value IS 101 (39.84% from 255) = 20.61%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=37.55%
G=20.61%
B=41.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841012050.100.5100.20287.8850.9860
HexB865CDA33014120333c
Octal27014531512630244406374
Binary101110001100101110011011010110011010100100100000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B865CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B865CD; }

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

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

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

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

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

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

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

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