#B875E3

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

Shades of Medium Orchid #B875E3

Tints of Medium Orchid #B875E3

Color information

#B875E3 (or 0xB875E3) is unknown color: approx Medium Orchid. HEX triplet: B8, 75 and E3. RGB value is (184,117,227). Sum of RGB (Red+Green+Blue) = 184+117+227=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 227 (89.06% from 255 or 42.99% from 528); Max value from RGB is 227 - color contains mainly: blue. Hex color #B875E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875E3 is #478A1C. Grayscale: #959595. Windows color (decimal): -4688413 or 14906808. OLE color: 14906808.

HSL color Cylindrical-coordinate representation of color #B875E3: hue angle of 276.55º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B875E3 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB184117227-
CMYK0.190.4800.11
HSL276.55º66.27%67.45%-
HSV(B)276.55º48.46%89.02%-
XYZ39.9928.4676.06-
YUV149.57171.7152.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.85%
GREEN value IS 117 (46.09% from 255) = 22.16%
BLUE value IS 227 (89.06% from 255) = 42.99%
R=34.85%
G=22.16%
B=42.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1841172270.190.4800.11276.5566.2767.45
HexB875E313300B1154243
Octal2701653432360013425102103
Binary10111000111010111100011100111100000101110001010110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B875E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B875E3; }

 p { color: rgb(184,117,227); }

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

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

 a { background-color: rgb(184,117,227); }

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

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

 span { border-color: rgb(184,117,227); }

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