#B34DC6

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

Shades of Medium Orchid #B34DC6

Tints of Medium Orchid #B34DC6

Color information

#B34DC6 (or 0xB34DC6) is unknown color: approx Medium Orchid. HEX triplet: B3, 4D and C6. RGB value is (179,77,198). Sum of RGB (Red+Green+Blue) = 179+77+198=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #B34DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DC6 is #4CB239. Grayscale: #787878. Windows color (decimal): -5026362 or 12996019. OLE color: 12996019.

HSL color Cylindrical-coordinate representation of color #B34DC6: hue angle of 290.58º degrees, saturation: 0.51, 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 #B34DC6 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17977198-
CMYK0.100.6100.22
HSL290.58º51.49%53.92%-
HSV(B)290.58º61.11%77.65%-
XYZ31.4418.9755.43-
YUV121.29171.29169.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.43%
GREEN value IS 77 (30.47% from 255) = 16.96%
BLUE value IS 198 (77.73% from 255) = 43.61%
R=39.43%
G=16.96%
B=43.61%

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
Decimal179771980.100.6100.22290.5851.4953.92
HexB34DC6A3D0161233336
Octal26311530612750264436366
Binary101100111001101110001101010111101010110100100011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34DC6; }

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

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

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

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

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

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

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

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