#B048DD

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

Shades of Medium Orchid #B048DD

Tints of Medium Orchid #B048DD

Color information

#B048DD (or 0xB048DD) is unknown color: approx Medium Orchid. HEX triplet: B0, 48 and DD. RGB value is (176,72,221). Sum of RGB (Red+Green+Blue) = 176+72+221=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #B048DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048DD is #4FB722. Grayscale: #777777. Windows color (decimal): -5224227 or 14502064. OLE color: 14502064.

HSL color Cylindrical-coordinate representation of color #B048DD: hue angle of 281.88º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B048DD is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17672221-
CMYK0.200.6700.13
HSL281.88º68.66%57.45%-
HSV(B)281.88º67.42%86.67%-
XYZ33.2719.0970.34-
YUV120.08184.96167.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 72 (28.52% from 255) = 15.35%
BLUE value IS 221 (86.72% from 255) = 47.12%
R=37.53%
G=15.35%
B=47.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176722210.200.6700.13281.8868.6657.45
HexB048DD14430D11a4539
Octal2601103352410301543210571
Binary10110000100100011011101101001000011011011000110101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B048DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B048DD; }

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

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

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

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

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

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

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

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