#B058DD

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

Shades of Medium Orchid #B058DD

Tints of Medium Orchid #B058DD

Color information

#B058DD (or 0xB058DD) is unknown color: approx Medium Orchid. HEX triplet: B0, 58 and DD. RGB value is (176,88,221). Sum of RGB (Red+Green+Blue) = 176+88+221=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #B058DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058DD is #4FA722. Grayscale: #818181. Windows color (decimal): -5220131 or 14506160. OLE color: 14506160.

HSL color Cylindrical-coordinate representation of color #B058DD: hue angle of 279.7º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B058DD is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17688221-
CMYK0.200.6000.13
HSL279.7º66.17%60.59%-
HSV(B)279.7º60.18%86.67%-
XYZ34.4521.4370.73-
YUV129.47179.65161.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 88 (34.77% from 255) = 18.14%
BLUE value IS 221 (86.72% from 255) = 45.57%
R=36.29%
G=18.14%
B=45.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176882210.200.6000.13279.766.1760.59
HexB058DD143C0D118423d
Octal260130335247401543010275
Binary1011000010110001101110110100111100011011000110001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B058DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B058DD; }

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

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

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

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

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

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

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

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