#b358d4

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

Shades of Medium Orchid #B358D4

Tints of Medium Orchid #B358D4

Color information

#B358D4 (or 0xB358D4) is unknown color: approx Medium Orchid. HEX triplet: B3, 58 and D4. RGB value is (179,88,212). Sum of RGB (Red+Green+Blue) = 179+88+212=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 212 - color contains mainly: blue. Hex color #B358D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358D4 is #4CA72B. Grayscale: #808080. Windows color (decimal): -5023532 or 13916339. OLE color: 13916339.

HSL color Cylindrical-coordinate representation of color #B358D4: hue angle of 284.03º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B358D4 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17988212-
CMYK0.160.5800.17
HSL284.03º59.05%58.82%-
HSV(B)284.03º58.49%83.14%-
XYZ33.9621.3264.61-
YUV129.34174.65163.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 88 (34.77% from 255) = 18.37%
BLUE value IS 212 (83.20% from 255) = 44.26%
R=37.37%
G=18.37%
B=44.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal179882120.160.5800.17284.0359.0558.82
HexB358D4103A01111c3b3b
Octal26313032420720214347373
Binary1011001110110001101010010000111010010001100011100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b358d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b358d4; }

 p { color: rgb(179,88,212); }

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

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

 a { background-color: rgb(179,88,212); }

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

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

 span { border-color: rgb(179,88,212); }

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