#B258D8

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

Shades of Medium Orchid #B258D8

Tints of Medium Orchid #B258D8

Color information

#B258D8 (or 0xB258D8) is unknown color: approx Medium Orchid. HEX triplet: B2, 58 and D8. RGB value is (178,88,216). Sum of RGB (Red+Green+Blue) = 178+88+216=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #B258D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258D8 is #4DA727. Grayscale: #818181. Windows color (decimal): -5089064 or 14178482. OLE color: 14178482.

HSL color Cylindrical-coordinate representation of color #B258D8: hue angle of 282.19º 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 #B258D8 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17888216-
CMYK0.180.5900.15
HSL282.19º62.14%59.61%-
HSV(B)282.19º59.26%84.71%-
XYZ34.2421.467.29-
YUV129.5176.82162.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.93%
GREEN value IS 88 (34.77% from 255) = 18.26%
BLUE value IS 216 (84.77% from 255) = 44.81%
R=36.93%
G=18.26%
B=44.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal178882160.180.5900.15282.1962.1459.61
HexB258D8123B0F11a3e3c
Octal26213033022730174327674
Binary101100101011000110110001001011101101111100011010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B258D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B258D8; }

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

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

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

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

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

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

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

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