#B875DD

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

Shades of Medium Orchid #B875DD

Tints of Medium Orchid #B875DD

Color information

#B875DD (or 0xB875DD) is unknown color: approx Medium Orchid. HEX triplet: B8, 75 and DD. RGB value is (184,117,221). Sum of RGB (Red+Green+Blue) = 184+117+221=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #B875DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875DD is #478A22. Grayscale: #949494. Windows color (decimal): -4688419 or 14513592. OLE color: 14513592.

HSL color Cylindrical-coordinate representation of color #B875DD: hue angle of 278.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B875DD is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184117221-
CMYK0.170.4700.13
HSL278.65º60.47%66.27%-
HSV(B)278.65º47.06%86.67%-
XYZ39.1828.1371.77-
YUV148.89168.7153.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.25%
GREEN value IS 117 (46.09% from 255) = 22.41%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=35.25%
G=22.41%
B=42.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841172210.170.4700.13278.6560.4766.27
HexB875DD112F0D1173c42
Octal270165335215701542774102
Binary1011100011101011101110110001101111011011000101111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B875DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B875DD; }

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

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

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

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

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

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

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

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