#B340FD

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

Shades of Medium Orchid #B340FD

Tints of Medium Orchid #B340FD

Color information

#B340FD (or 0xB340FD) is unknown color: approx Medium Orchid. HEX triplet: B3, 40 and FD. RGB value is (179,64,253). Sum of RGB (Red+Green+Blue) = 179+64+253=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #B340FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B340FD is #4CBF02. Grayscale: #777777. Windows color (decimal): -5029635 or 16597171. OLE color: 16597171.

HSL color Cylindrical-coordinate representation of color #B340FD: hue angle of 276.51º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B340FD is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17964253-
CMYK0.290.7500.01
HSL276.51º97.93%62.16%-
HSV(B)276.51º74.7%99.22%-
XYZ38.1520.3494.84-
YUV119.93203.1170.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 64 (25.39% from 255) = 12.90%
BLUE value IS 253 (99.22% from 255) = 51.01%
R=36.09%
G=12.90%
B=51.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal179642530.290.7500.01276.5197.9362.16
HexB340FD1D4B01115623e
Octal263100375351130142514276
Binary10110011100000011111101111011001011011000101011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B340FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B340FD; }

 p { color: rgb(179,64,253); }

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

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

 a { background-color: rgb(179,64,253); }

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

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

 span { border-color: rgb(179,64,253); }

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