#B858FD

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

Shades of Medium Orchid #B858FD

Tints of Medium Orchid #B858FD

Color information

#B858FD (or 0xB858FD) is unknown color: approx Medium Orchid. HEX triplet: B8, 58 and FD. RGB value is (184,88,253). Sum of RGB (Red+Green+Blue) = 184+88+253=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #B858FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B858FD is #47A702. Grayscale: #868686. Windows color (decimal): -4695811 or 16603320. OLE color: 16603320.

HSL color Cylindrical-coordinate representation of color #B858FD: hue angle of 274.91º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B858FD is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18488253-
CMYK0.270.6500.01
HSL274.91º97.63%66.86%-
HSV(B)274.91º65.22%99.22%-
XYZ40.9924.2695.45-
YUV135.51194.3162.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 88 (34.77% from 255) = 16.76%
BLUE value IS 253 (99.22% from 255) = 48.19%
R=35.05%
G=16.76%
B=48.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal184882530.270.6500.01274.9197.6366.86
HexB858FD1B41011136243
Octal2701303753310101423142103
Binary101110001011000111111011101110000010110001001111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B858FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B858FD; }

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

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

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

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

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

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

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

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