#B248FD

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

Shades of Medium Orchid #B248FD

Tints of Medium Orchid #B248FD

Color information

#B248FD (or 0xB248FD) is unknown color: approx Medium Orchid. HEX triplet: B2, 48 and FD. RGB value is (178,72,253). Sum of RGB (Red+Green+Blue) = 178+72+253=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #B248FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B248FD is #4DB702. Grayscale: #7B7B7B. Windows color (decimal): -5093123 or 16599218. OLE color: 16599218.

HSL color Cylindrical-coordinate representation of color #B248FD: hue angle of 275.14º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B248FD is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17872253-
CMYK0.300.7200.01
HSL275.14º97.84%63.73%-
HSV(B)275.14º71.54%99.22%-
XYZ38.4121.1994.99-
YUV124.33200.62166.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 72 (28.52% from 255) = 14.31%
BLUE value IS 253 (99.22% from 255) = 50.30%
R=35.39%
G=14.31%
B=50.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal178722530.300.7200.01275.1497.8463.73
HexB248FD1E48011136240
Octal2621103753611001423142100
Binary101100101001000111111011111010010000110001001111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B248FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B248FD; }

 p { color: rgb(178,72,253); }

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

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

 a { background-color: rgb(178,72,253); }

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

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

 span { border-color: rgb(178,72,253); }

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