#B14FDC

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

Shades of Medium Orchid #B14FDC

Tints of Medium Orchid #B14FDC

Color information

#B14FDC (or 0xB14FDC) is unknown color: approx Medium Orchid. HEX triplet: B1, 4F and DC. RGB value is (177,79,220). Sum of RGB (Red+Green+Blue) = 177+79+220=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #B14FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FDC is #4EB023. Grayscale: #7B7B7B. Windows color (decimal): -5156900 or 14438321. OLE color: 14438321.

HSL color Cylindrical-coordinate representation of color #B14FDC: hue angle of 281.7º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14FDC is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17779220-
CMYK0.200.6400.14
HSL281.7º66.82%58.63%-
HSV(B)281.7º64.09%86.27%-
XYZ33.8520.1169.81-
YUV124.38181.97165.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 79 (31.25% from 255) = 16.60%
BLUE value IS 220 (86.33% from 255) = 46.22%
R=37.18%
G=16.60%
B=46.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177792200.200.6400.14281.766.8258.63
HexB14FDC14400E11a433b
Octal2611173342410001643210373
Binary10110001100111111011100101001000000011101000110101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14FDC; }

 p { color: rgb(177,79,220); }

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

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

 a { background-color: rgb(177,79,220); }

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

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

 span { border-color: rgb(177,79,220); }

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