#B34AD0

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

Shades of Medium Orchid #B34AD0

Tints of Medium Orchid #B34AD0

Color information

#B34AD0 (or 0xB34AD0) is unknown color: approx Medium Orchid. HEX triplet: B3, 4A and D0. RGB value is (179,74,208). Sum of RGB (Red+Green+Blue) = 179+74+208=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #B34AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34AD0 is #4CB52F. Grayscale: #787878. Windows color (decimal): -5027120 or 13650611. OLE color: 13650611.

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

Color convert

RGB17974208-
CMYK0.140.6400.18
HSL287.01º58.77%55.29%-
HSV(B)287.01º64.42%81.57%-
XYZ32.4219.0461.64-
YUV120.67177.29169.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 74 (29.30% from 255) = 16.05%
BLUE value IS 208 (81.64% from 255) = 45.12%
R=38.83%
G=16.05%
B=45.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal179742080.140.6400.18287.0158.7755.29
HexB34AD0E4001211f3b37
Octal263112320161000224377367
Binary1011001110010101101000011101000000010010100011111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34AD0; }

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

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

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

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

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

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

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

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