#B34AD1

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

Shades of Medium Orchid #B34AD1

Tints of Medium Orchid #B34AD1

Color information

#B34AD1 (or 0xB34AD1) is unknown color: approx Medium Orchid. HEX triplet: B3, 4A and D1. RGB value is (179,74,209). Sum of RGB (Red+Green+Blue) = 179+74+209=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #B34AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34AD1 is #4CB52E. Grayscale: #787878. Windows color (decimal): -5027119 or 13716147. OLE color: 13716147.

HSL color Cylindrical-coordinate representation of color #B34AD1: hue angle of 286.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B34AD1 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17974209-
CMYK0.140.6500.18
HSL286.67º59.47%55.49%-
HSV(B)286.67º64.59%81.96%-
XYZ32.5519.0862.29-
YUV120.78177.79169.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 74 (29.30% from 255) = 16.02%
BLUE value IS 209 (82.03% from 255) = 45.24%
R=38.74%
G=16.02%
B=45.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal179742090.140.6500.18286.6759.4755.49
HexB34AD1E4101211f3b37
Octal263112321161010224377367
Binary1011001110010101101000111101000001010010100011111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34AD1; }

 p { color: rgb(179,74,209); }

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

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

 a { background-color: rgb(179,74,209); }

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

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

 span { border-color: rgb(179,74,209); }

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