#B865C7

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

Shades of Medium Orchid #B865C7

Tints of Medium Orchid #B865C7

Color information

#B865C7 (or 0xB865C7) is unknown color: approx Medium Orchid. HEX triplet: B8, 65 and C7. RGB value is (184,101,199). Sum of RGB (Red+Green+Blue) = 184+101+199=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 199 - color contains mainly: blue. Hex color #B865C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865C7 is #479A38. Grayscale: #888888. Windows color (decimal): -4692537 or 13067704. OLE color: 13067704.

HSL color Cylindrical-coordinate representation of color #B865C7: hue angle of 290.82º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B865C7 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB184101199-
CMYK0.080.4900.22
HSL290.82º46.67%58.82%-
HSV(B)290.82º49.25%78.04%-
XYZ34.7323.6256.76-
YUV136.99163161.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.02%
GREEN value IS 101 (39.84% from 255) = 20.87%
BLUE value IS 199 (78.12% from 255) = 41.12%
R=38.02%
G=20.87%
B=41.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841011990.080.4900.22290.8246.6758.82
HexB865C78310161232f3b
Octal27014530710610264435773
Binary101110001100101110001111000110001010110100100011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B865C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B865C7; }

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

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

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

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

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

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

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

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