#B371C4

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

Shades of Medium Orchid #B371C4

Tints of Medium Orchid #B371C4

Color information

#B371C4 (or 0xB371C4) is unknown color: approx Medium Orchid. HEX triplet: B3, 71 and C4. RGB value is (179,113,196). Sum of RGB (Red+Green+Blue) = 179+113+196=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 196 - color contains mainly: blue. Hex color #B371C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371C4 is #4C8E3B. Grayscale: #8D8D8D. Windows color (decimal): -5017148 or 12874163. OLE color: 12874163.

HSL color Cylindrical-coordinate representation of color #B371C4: hue angle of 287.71º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B371C4 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB179113196-
CMYK0.090.4200.23
HSL287.71º41.29%60.59%-
HSV(B)287.71º42.35%76.86%-
XYZ34.4625.3855.31-
YUV142.2158.37154.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.68%
GREEN value IS 113 (44.53% from 255) = 23.16%
BLUE value IS 196 (76.95% from 255) = 40.16%
R=36.68%
G=23.16%
B=40.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791131960.090.4200.23287.7141.2960.59
HexB371C492A017120293d
Octal26316130411520274405175
Binary101100111110001110001001001101010010111100100000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B371C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B371C4; }

 p { color: rgb(179,113,196); }

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

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

 a { background-color: rgb(179,113,196); }

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

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

 span { border-color: rgb(179,113,196); }

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