#B058D8

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

Shades of Medium Orchid #B058D8

Tints of Medium Orchid #B058D8

Color information

#B058D8 (or 0xB058D8) is unknown color: approx Medium Orchid. HEX triplet: B0, 58 and D8. RGB value is (176,88,216). Sum of RGB (Red+Green+Blue) = 176+88+216=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #B058D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058D8 is #4FA727. Grayscale: #808080. Windows color (decimal): -5220136 or 14178480. OLE color: 14178480.

HSL color Cylindrical-coordinate representation of color #B058D8: hue angle of 281.25º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B058D8 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17688216-
CMYK0.190.5900.15
HSL281.25º62.14%59.61%-
HSV(B)281.25º59.26%84.71%-
XYZ33.7921.1767.27-
YUV128.9177.15161.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 88 (34.77% from 255) = 18.33%
BLUE value IS 216 (84.77% from 255) = 45%
R=36.67%
G=18.33%
B=45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal176882160.190.5900.15281.2562.1459.61
HexB058D8133B0F1193e3c
Octal26013033023730174317674
Binary101100001011000110110001001111101101111100011001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B058D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B058D8; }

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

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

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

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

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

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

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

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