#B14AF1

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

Shades of Medium Orchid #B14AF1

Tints of Medium Orchid #B14AF1

Color information

#B14AF1 (or 0xB14AF1) is unknown color: approx Medium Orchid. HEX triplet: B1, 4A and F1. RGB value is (177,74,241). Sum of RGB (Red+Green+Blue) = 177+74+241=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #B14AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14AF1 is #4EB50E. Grayscale: #7B7B7B. Windows color (decimal): -5158159 or 15813297. OLE color: 15813297.

HSL color Cylindrical-coordinate representation of color #B14AF1: hue angle of 277.01º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B14AF1 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17774241-
CMYK0.270.6900.05
HSL277.01º85.64%61.76%-
HSV(B)277.01º69.29%94.51%-
XYZ36.4620.685.27-
YUV123.84194.12165.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 74 (29.30% from 255) = 15.04%
BLUE value IS 241 (94.53% from 255) = 48.98%
R=35.98%
G=15.04%
B=48.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal177742410.270.6900.05277.0185.6461.76
HexB14AF11B4505115563e
Octal261112361331050542512676
Binary1011000110010101111000111011100010101011000101011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14AF1; }

 p { color: rgb(177,74,241); }

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

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

 a { background-color: rgb(177,74,241); }

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

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

 span { border-color: rgb(177,74,241); }

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