#B247F9

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

Shades of Medium Orchid #B247F9

Tints of Medium Orchid #B247F9

Color information

#B247F9 (or 0xB247F9) is unknown color: approx Medium Orchid. HEX triplet: B2, 47 and F9. RGB value is (178,71,249). Sum of RGB (Red+Green+Blue) = 178+71+249=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 71 (28.12% from 255 or 14.26% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #B247F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B247F9 is #4DB806. Grayscale: #7A7A7A. Windows color (decimal): -5093383 or 16336818. OLE color: 16336818.

HSL color Cylindrical-coordinate representation of color #B247F9: hue angle of 276.07º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B247F9 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17871249-
CMYK0.290.7100.02
HSL276.07º93.68%62.75%-
HSV(B)276.07º71.49%97.65%-
XYZ37.7120.8191.65-
YUV123.28198.95167.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 71 (28.12% from 255) = 14.26%
BLUE value IS 249 (97.66% from 255) = 50%
R=35.74%
G=14.26%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal178712490.290.7100.02276.0793.6862.75
HexB247F91D47021145e3f
Octal262107371351070242413677
Binary101100101000111111110011110110001110101000101001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B247F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B247F9; }

 p { color: rgb(178,71,249); }

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

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

 a { background-color: rgb(178,71,249); }

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

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

 span { border-color: rgb(178,71,249); }

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