#B871CA

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

Shades of Medium Orchid #B871CA

Tints of Medium Orchid #B871CA

Color information

#B871CA (or 0xB871CA) is unknown color: approx Medium Orchid. HEX triplet: B8, 71 and CA. RGB value is (184,113,202). Sum of RGB (Red+Green+Blue) = 184+113+202=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #B871CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871CA is #478E35. Grayscale: #909090. Windows color (decimal): -4689462 or 13267384. OLE color: 13267384.

HSL color Cylindrical-coordinate representation of color #B871CA: hue angle of 287.87º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B871CA is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184113202-
CMYK0.090.4400.21
HSL287.87º45.64%61.76%-
HSV(B)287.87º44.06%79.22%-
XYZ36.3326.2659.03-
YUV144.38160.52156.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 113 (44.53% from 255) = 22.65%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=36.87%
G=22.65%
B=40.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841132020.090.4400.21287.8745.6461.76
HexB871CA92C0151202e3e
Octal27016131211540254405676
Binary101110001110001110010101001101100010101100100000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871CA; }

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

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

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

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

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

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

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

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