#B858F9

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

Shades of Medium Orchid #B858F9

Tints of Medium Orchid #B858F9

Color information

#B858F9 (or 0xB858F9) is unknown color: approx Medium Orchid. HEX triplet: B8, 58 and F9. RGB value is (184,88,249). Sum of RGB (Red+Green+Blue) = 184+88+249=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 88 (34.77% from 255 or 16.89% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #B858F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B858F9 is #47A706. Grayscale: #868686. Windows color (decimal): -4695815 or 16341176. OLE color: 16341176.

HSL color Cylindrical-coordinate representation of color #B858F9: hue angle of 275.78º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B858F9 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18488249-
CMYK0.260.6500.02
HSL275.78º93.06%66.08%-
HSV(B)275.78º64.66%97.65%-
XYZ40.3624.0192.13-
YUV135.06192.3162.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 88 (34.77% from 255) = 16.89%
BLUE value IS 249 (97.66% from 255) = 47.79%
R=35.32%
G=16.89%
B=47.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal184882490.260.6500.02275.7893.0666.08
HexB858F91A41021145d42
Octal2701303713210102424135102
Binary1011100010110001111100111010100000101010001010010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B858F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B858F9; }

 p { color: rgb(184,88,249); }

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

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

 a { background-color: rgb(184,88,249); }

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

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

 span { border-color: rgb(184,88,249); }

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