#B863F2

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

Shades of Medium Orchid #B863F2

Tints of Medium Orchid #B863F2

Color information

#B863F2 (or 0xB863F2) is unknown color: approx Medium Orchid. HEX triplet: B8, 63 and F2. RGB value is (184,99,242). Sum of RGB (Red+Green+Blue) = 184+99+242=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #B863F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B863F2 is #479C0D. Grayscale: #8C8C8C. Windows color (decimal): -4693006 or 15885240. OLE color: 15885240.

HSL color Cylindrical-coordinate representation of color #B863F2: hue angle of 275.66º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B863F2 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18499242-
CMYK0.240.5900.05
HSL275.66º84.62%66.86%-
HSV(B)275.66º59.09%94.9%-
XYZ40.2625.5286.81-
YUV140.72185.16158.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 99 (39.06% from 255) = 18.86%
BLUE value IS 242 (94.92% from 255) = 46.10%
R=35.05%
G=18.86%
B=46.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184992420.240.5900.05275.6684.6266.86
HexB863F2183B051145543
Octal270143362307305424125103
Binary1011100011000111111001011000111011010110001010010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B863F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B863F2; }

 p { color: rgb(184,99,242); }

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

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

 a { background-color: rgb(184,99,242); }

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

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

 span { border-color: rgb(184,99,242); }

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