#B058C8

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

Shades of Medium Orchid #B058C8

Tints of Medium Orchid #B058C8

Color information

#B058C8 (or 0xB058C8) is unknown color: approx Medium Orchid. HEX triplet: B0, 58 and C8. RGB value is (176,88,200). Sum of RGB (Red+Green+Blue) = 176+88+200=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #B058C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058C8 is #4FA737. Grayscale: #7E7E7E. Windows color (decimal): -5220152 or 13129904. OLE color: 13129904.

HSL color Cylindrical-coordinate representation of color #B058C8: hue angle of 287.14º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B058C8 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17688200-
CMYK0.120.5600.22
HSL287.14º50.45%56.47%-
HSV(B)287.14º56%78.43%-
XYZ31.8220.3856.9-
YUV127.08169.15162.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 88 (34.77% from 255) = 18.97%
BLUE value IS 200 (78.52% from 255) = 43.10%
R=37.93%
G=18.97%
B=43.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176882000.120.5600.22287.1450.4556.47
HexB058C8C3801611f3238
Octal26013031014700264376270
Binary101100001011000110010001100111000010110100011111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B058C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B058C8; }

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

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

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

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

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

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

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

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