#B34DFF

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

Shades of Medium Orchid #B34DFF

Tints of Medium Orchid #B34DFF

Color information

#B34DFF (or 0xB34DFF) is unknown color: approx Medium Orchid. HEX triplet: B3, 4D and FF. RGB value is (179,77,255). Sum of RGB (Red+Green+Blue) = 179+77+255=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #B34DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34DFF is #4CB200. Grayscale: #7F7F7F. Windows color (decimal): -5026305 or 16731571. OLE color: 16731571.

HSL color Cylindrical-coordinate representation of color #B34DFF: hue angle of 274.38º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B34DFF is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17977255-
CMYK0.300.7000
HSL274.38º100%65.1%-
HSV(B)274.38º69.8%100%-
XYZ39.2922.1196.8-
YUV127.79199.79164.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.03%
GREEN value IS 77 (30.47% from 255) = 15.07%
BLUE value IS 255 (100% from 255) = 49.90%
R=35.03%
G=15.07%
B=49.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal179772550.300.7000274.3810065.1
HexB34DFF1E46001126441
Octal2631153773610600422144101
Binary101100111001101111111111111010001100010001001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34DFF; }

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

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

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

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

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

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

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

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