#B058DE

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

Shades of Medium Orchid #B058DE

Tints of Medium Orchid #B058DE

Color information

#B058DE (or 0xB058DE) is unknown color: approx Medium Orchid. HEX triplet: B0, 58 and DE. RGB value is (176,88,222). Sum of RGB (Red+Green+Blue) = 176+88+222=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #B058DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058DE is #4FA721. Grayscale: #818181. Windows color (decimal): -5220130 or 14571696. OLE color: 14571696.

HSL color Cylindrical-coordinate representation of color #B058DE: hue angle of 279.4º degrees, saturation: 0.67, 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 #B058DE is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17688222-
CMYK0.210.6000.13
HSL279.4º67%60.78%-
HSV(B)279.4º60.36%87.06%-
XYZ34.5821.4871.43-
YUV129.59180.15161.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 88 (34.77% from 255) = 18.11%
BLUE value IS 222 (87.11% from 255) = 45.68%
R=36.21%
G=18.11%
B=45.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176882220.210.6000.13279.46760.78
HexB058DE153C0D117433d
Octal260130336257401542710375
Binary1011000010110001101111010101111100011011000101111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B058DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B058DE; }

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

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

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

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

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

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

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

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