#B058C3

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

Shades of Medium Orchid #B058C3

Tints of Medium Orchid #B058C3

Color information

#B058C3 (or 0xB058C3) is unknown color: approx Medium Orchid. HEX triplet: B0, 58 and C3. RGB value is (176,88,195). Sum of RGB (Red+Green+Blue) = 176+88+195=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #B058C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058C3 is #4FA73C. Grayscale: #7E7E7E. Windows color (decimal): -5220157 or 12802224. OLE color: 12802224.

HSL color Cylindrical-coordinate representation of color #B058C3: hue angle of 289.35º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B058C3 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17688195-
CMYK0.100.5500.24
HSL289.35º47.14%55.49%-
HSV(B)289.35º54.87%76.47%-
XYZ31.2420.1553.87-
YUV126.51166.65163.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 88 (34.77% from 255) = 19.17%
BLUE value IS 195 (76.56% from 255) = 42.48%
R=38.34%
G=19.17%
B=42.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176881950.100.5500.24289.3547.1455.49
HexB058C3A370181212f37
Octal26013030312670304415767
Binary101100001011000110000111010110111011000100100001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B058C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B058C3; }

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

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

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

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

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

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

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

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