#B14ADC

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

Shades of Medium Orchid #B14ADC

Tints of Medium Orchid #B14ADC

Color information

#B14ADC (or 0xB14ADC) is unknown color: approx Medium Orchid. HEX triplet: B1, 4A and DC. RGB value is (177,74,220). Sum of RGB (Red+Green+Blue) = 177+74+220=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #B14ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14ADC is #4EB523. Grayscale: #787878. Windows color (decimal): -5158180 or 14437041. OLE color: 14437041.

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

Color convert

RGB17774220-
CMYK0.200.6600.14
HSL282.33º67.59%57.65%-
HSV(B)282.33º66.36%86.27%-
XYZ33.519.4169.69-
YUV121.44183.62167.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 74 (29.30% from 255) = 15.71%
BLUE value IS 220 (86.33% from 255) = 46.71%
R=37.58%
G=15.71%
B=46.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177742200.200.6600.14282.3367.5957.65
HexB14ADC14420E11a443a
Octal2611123342410201643210472
Binary10110001100101011011100101001000010011101000110101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14ADC; }

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

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

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

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

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

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

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

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