#B34FC9

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

Shades of Medium Orchid #B34FC9

Tints of Medium Orchid #B34FC9

Color information

#B34FC9 (or 0xB34FC9) is unknown color: approx Medium Orchid. HEX triplet: B3, 4F and C9. RGB value is (179,79,201). Sum of RGB (Red+Green+Blue) = 179+79+201=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 201 - color contains mainly: blue. Hex color #B34FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34FC9 is #4CB036. Grayscale: #7A7A7A. Windows color (decimal): -5025847 or 13193139. OLE color: 13193139.

HSL color Cylindrical-coordinate representation of color #B34FC9: hue angle of 289.18º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34FC9 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17979201-
CMYK0.110.6100.21
HSL289.18º53.04%54.9%-
HSV(B)289.18º60.7%78.82%-
XYZ31.9319.3957.32-
YUV122.81172.13168.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.00%
GREEN value IS 79 (31.25% from 255) = 17.21%
BLUE value IS 201 (78.91% from 255) = 43.79%
R=39.00%
G=17.21%
B=43.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179792010.110.6100.21289.1853.0454.9
HexB34FC9B3D0151213537
Octal26311731113750254416567
Binary101100111001111110010011011111101010101100100001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34FC9; }

 p { color: rgb(179,79,201); }

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

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

 a { background-color: rgb(179,79,201); }

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

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

 span { border-color: rgb(179,79,201); }

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