#b14cd3

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

Shades of Medium Orchid #B14CD3

Tints of Medium Orchid #B14CD3

Color information

#B14CD3 (or 0xB14CD3) is unknown color: approx Medium Orchid. HEX triplet: B1, 4C and D3. RGB value is (177,76,211). Sum of RGB (Red+Green+Blue) = 177+76+211=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #B14CD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CD3 is #4EB32C. Grayscale: #797979. Windows color (decimal): -5157677 or 13847729. OLE color: 13847729.

HSL color Cylindrical-coordinate representation of color #B14CD3: hue angle of 284.89º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14CD3 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17776211-
CMYK0.160.6400.17
HSL284.89º60.54%56.27%-
HSV(B)284.89º63.98%82.75%-
XYZ32.4719.2263.63-
YUV121.59178.46167.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 76 (30.08% from 255) = 16.38%
BLUE value IS 211 (82.81% from 255) = 45.47%
R=38.15%
G=16.38%
B=45.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal177762110.160.6400.17284.8960.5456.27
HexB14CD3104001111d3d38
Octal261114323201000214357570
Binary10110001100110011010011100001000000010001100011101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b14cd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b14cd3; }

 p { color: rgb(177,76,211); }

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

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

 a { background-color: rgb(177,76,211); }

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

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

 span { border-color: rgb(177,76,211); }

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