#B34DC7

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

Shades of Medium Orchid #B34DC7

Tints of Medium Orchid #B34DC7

Color information

#B34DC7 (or 0xB34DC7) is unknown color: approx Medium Orchid. HEX triplet: B3, 4D and C7. RGB value is (179,77,199). Sum of RGB (Red+Green+Blue) = 179+77+199=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 199 - color contains mainly: blue. Hex color #B34DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DC7 is #4CB238. Grayscale: #797979. Windows color (decimal): -5026361 or 13061555. OLE color: 13061555.

HSL color Cylindrical-coordinate representation of color #B34DC7: hue angle of 290.16º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34DC7 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17977199-
CMYK0.100.6100.22
HSL290.16º52.14%54.12%-
HSV(B)290.16º61.31%78.04%-
XYZ31.5519.0156.04-
YUV121.41171.79169.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 77 (30.47% from 255) = 16.92%
BLUE value IS 199 (78.12% from 255) = 43.74%
R=39.34%
G=16.92%
B=43.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179771990.100.6100.22290.1652.1454.12
HexB34DC7A3D0161223436
Octal26311530712750264426466
Binary101100111001101110001111010111101010110100100010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34DC7; }

 p { color: rgb(179,77,199); }

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

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

 a { background-color: rgb(179,77,199); }

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

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

 span { border-color: rgb(179,77,199); }

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