#B871DA

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

Shades of Medium Orchid #B871DA

Tints of Medium Orchid #B871DA

Color information

#B871DA (or 0xB871DA) is unknown color: approx Medium Orchid. HEX triplet: B8, 71 and DA. RGB value is (184,113,218). Sum of RGB (Red+Green+Blue) = 184+113+218=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #B871DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871DA is #478E25. Grayscale: #919191. Windows color (decimal): -4689446 or 14315960. OLE color: 14315960.

HSL color Cylindrical-coordinate representation of color #B871DA: hue angle of 280.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B871DA is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184113218-
CMYK0.160.4800.15
HSL280.57º58.66%64.9%-
HSV(B)280.57º48.17%85.49%-
XYZ38.3327.0669.53-
YUV146.2168.52154.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.73%
GREEN value IS 113 (44.53% from 255) = 21.94%
BLUE value IS 218 (85.55% from 255) = 42.33%
R=35.73%
G=21.94%
B=42.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841132180.160.4800.15280.5758.6664.9
HexB871DA10300F1193b41
Octal270161332206001743173101
Binary1011100011100011101101010000110000011111000110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871DA; }

 p { color: rgb(184,113,218); }

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

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

 a { background-color: rgb(184,113,218); }

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

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

 span { border-color: rgb(184,113,218); }

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