#B870EB

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

Shades of Medium Orchid #B870EB

Tints of Medium Orchid #B870EB

Color information

#B870EB (or 0xB870EB) is unknown color: approx Medium Orchid. HEX triplet: B8, 70 and EB. RGB value is (184,112,235). Sum of RGB (Red+Green+Blue) = 184+112+235=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #B870EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B870EB is #478F14. Grayscale: #939393. Windows color (decimal): -4689685 or 15429816. OLE color: 15429816.

HSL color Cylindrical-coordinate representation of color #B870EB: hue angle of 275.12º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B870EB is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184112235-
CMYK0.220.5200.08
HSL275.12º75.46%68.04%-
HSV(B)275.12º52.34%92.16%-
XYZ40.5627.7881.82-
YUV147.55177.35154-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 112 (44.14% from 255) = 21.09%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=34.65%
G=21.09%
B=44.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841122350.220.5200.08275.1275.4668.04
HexB870EB1634081134b44
Octal2701603532664010423113104
Binary10111000111000011101011101101101000100010001001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B870EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B870EB; }

 p { color: rgb(184,112,235); }

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

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

 a { background-color: rgb(184,112,235); }

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

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

 span { border-color: rgb(184,112,235); }

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