#B141D8

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

Shades of Medium Orchid #B141D8

Tints of Medium Orchid #B141D8

Color information

#B141D8 (or 0xB141D8) is unknown color: approx Medium Orchid. HEX triplet: B1, 41 and D8. RGB value is (177,65,216). Sum of RGB (Red+Green+Blue) = 177+65+216=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #B141D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141D8 is #4EBE27. Grayscale: #737373. Windows color (decimal): -5160488 or 14172593. OLE color: 14172593.

HSL color Cylindrical-coordinate representation of color #B141D8: hue angle of 284.5º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B141D8 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17765216-
CMYK0.180.7000.15
HSL284.5º65.94%55.1%-
HSV(B)284.5º69.91%84.71%-
XYZ32.4218.0966.75-
YUV115.7184.61171.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.65%
GREEN value IS 65 (25.78% from 255) = 14.19%
BLUE value IS 216 (84.77% from 255) = 47.16%
R=38.65%
G=14.19%
B=47.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal177652160.180.7000.15284.565.9455.1
HexB141D812460F11d4237
Octal2611013302210601743510267
Binary10110001100000111011000100101000110011111000111011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B141D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B141D8; }

 p { color: rgb(177,65,216); }

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

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

 a { background-color: rgb(177,65,216); }

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

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

 span { border-color: rgb(177,65,216); }

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