#B14DFF

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

Shades of Medium Orchid #B14DFF

Tints of Medium Orchid #B14DFF

Color information

#B14DFF (or 0xB14DFF) is unknown color: approx Medium Orchid. HEX triplet: B1, 4D and FF. RGB value is (177,77,255). Sum of RGB (Red+Green+Blue) = 177+77+255=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #B14DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14DFF is #4EB200. Grayscale: #7E7E7E. Windows color (decimal): -5157377 or 16731569. OLE color: 16731569.

HSL color Cylindrical-coordinate representation of color #B14DFF: hue angle of 273.71º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B14DFF is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17777255-
CMYK0.310.7000
HSL273.71º100%65.1%-
HSV(B)273.71º69.8%100%-
XYZ38.8421.8796.78-
YUV127.19200.13163.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 77 (30.47% from 255) = 15.13%
BLUE value IS 255 (100% from 255) = 50.10%
R=34.77%
G=15.13%
B=50.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal177772550.310.7000273.7110065.1
HexB14DFF1F46001126441
Octal2611153773710600422144101
Binary101100011001101111111111111110001100010001001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14DFF; }

 p { color: rgb(177,77,255); }

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

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

 a { background-color: rgb(177,77,255); }

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

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

 span { border-color: rgb(177,77,255); }

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