#B258C3

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

Shades of Medium Orchid #B258C3

Tints of Medium Orchid #B258C3

Color information

#B258C3 (or 0xB258C3) is unknown color: approx Medium Orchid. HEX triplet: B2, 58 and C3. RGB value is (178,88,195). Sum of RGB (Red+Green+Blue) = 178+88+195=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 195 - color contains mainly: blue. Hex color #B258C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258C3 is #4DA73C. Grayscale: #7E7E7E. Windows color (decimal): -5089085 or 12802226. OLE color: 12802226.

HSL color Cylindrical-coordinate representation of color #B258C3: hue angle of 290.47º 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 #B258C3 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17888195-
CMYK0.090.5500.24
HSL290.47º47.14%55.49%-
HSV(B)290.47º54.87%76.47%-
XYZ31.720.3853.89-
YUV127.11166.32164.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 88 (34.77% from 255) = 19.09%
BLUE value IS 195 (76.56% from 255) = 42.30%
R=38.61%
G=19.09%
B=42.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178881950.090.5500.24290.4747.1455.49
HexB258C39370181222f37
Octal26213030311670304425767
Binary101100101011000110000111001110111011000100100010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B258C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B258C3; }

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

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

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

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

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

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

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

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