#B34FF6

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

Shades of Medium Orchid #B34FF6

Tints of Medium Orchid #B34FF6

Color information

#B34FF6 (or 0xB34FF6) is unknown color: approx Medium Orchid. HEX triplet: B3, 4F and F6. RGB value is (179,79,246). Sum of RGB (Red+Green+Blue) = 179+79+246=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #B34FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34FF6 is #4CB009. Grayscale: #7F7F7F. Windows color (decimal): -5025802 or 16142259. OLE color: 16142259.

HSL color Cylindrical-coordinate representation of color #B34FF6: hue angle of 275.93º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B34FF6 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17979246-
CMYK0.270.6800.04
HSL275.93º90.27%63.73%-
HSV(B)275.93º67.89%96.47%-
XYZ38.0221.8389.4-
YUV127.94194.63164.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 79 (31.25% from 255) = 15.67%
BLUE value IS 246 (96.48% from 255) = 48.81%
R=35.52%
G=15.67%
B=48.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal179792460.270.6800.04275.9390.2763.73
HexB34FF61B44041145a40
Octal2631173663310404424132100
Binary10110011100111111110110110111000100010010001010010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34FF6; }

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

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

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

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

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

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

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

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