#B748F7

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

Shades of Medium Orchid #B748F7

Tints of Medium Orchid #B748F7

Color information

#B748F7 (or 0xB748F7) is unknown color: approx Medium Orchid. HEX triplet: B7, 48 and F7. RGB value is (183,72,247). Sum of RGB (Red+Green+Blue) = 183+72+247=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #B748F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B748F7 is #48B708. Grayscale: #7C7C7C. Windows color (decimal): -4765449 or 16206007. OLE color: 16206007.

HSL color Cylindrical-coordinate representation of color #B748F7: hue angle of 278.06º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B748F7 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18372247-
CMYK0.260.7100.03
HSL278.06º91.62%62.55%-
HSV(B)278.06º70.85%96.86%-
XYZ38.6321.4290.09-
YUV125.14196.77169.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.45%
GREEN value IS 72 (28.52% from 255) = 14.34%
BLUE value IS 247 (96.88% from 255) = 49.20%
R=36.45%
G=14.34%
B=49.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal183722470.260.7100.03278.0691.6262.55
HexB748F71A47031165c3f
Octal267110367321070342613477
Binary101101111001000111101111101010001110111000101101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B748F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B748F7; }

 p { color: rgb(183,72,247); }

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

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

 a { background-color: rgb(183,72,247); }

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

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

 span { border-color: rgb(183,72,247); }

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