#B048FD

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

Shades of Medium Orchid #B048FD

Tints of Medium Orchid #B048FD

Color information

#B048FD (or 0xB048FD) is unknown color: approx Medium Orchid. HEX triplet: B0, 48 and FD. RGB value is (176,72,253). Sum of RGB (Red+Green+Blue) = 176+72+253=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #B048FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B048FD is #4FB702. Grayscale: #7B7B7B. Windows color (decimal): -5224195 or 16599216. OLE color: 16599216.

HSL color Cylindrical-coordinate representation of color #B048FD: hue angle of 274.48º 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 #B048FD is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17672253-
CMYK0.300.7200.01
HSL274.48º97.84%63.73%-
HSV(B)274.48º71.54%99.22%-
XYZ37.9520.9694.97-
YUV123.73200.96165.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 72 (28.52% from 255) = 14.37%
BLUE value IS 253 (99.22% from 255) = 50.50%
R=35.13%
G=14.37%
B=50.50%

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
Decimal176722530.300.7200.01274.4897.8463.73
HexB048FD1E48011126240
Octal2601103753611001422142100
Binary101100001001000111111011111010010000110001001011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B048FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B048FD; }

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

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

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

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

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

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

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

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