#B340FF

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

Shades of Medium Orchid #B340FF

Tints of Medium Orchid #B340FF

Color information

#B340FF (or 0xB340FF) is unknown color: approx Medium Orchid. HEX triplet: B3, 40 and FF. RGB value is (179,64,255). Sum of RGB (Red+Green+Blue) = 179+64+255=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #B340FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B340FF is #4CBF00. Grayscale: #777777. Windows color (decimal): -5029633 or 16728243. OLE color: 16728243.

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

Color convert

RGB17964255-
CMYK0.300.7500
HSL276.13º100%62.55%-
HSV(B)276.13º74.9%100%-
XYZ38.4720.4796.53-
YUV120.16204.1169.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.94%
GREEN value IS 64 (25.39% from 255) = 12.85%
BLUE value IS 255 (100% from 255) = 51.20%
R=35.94%
G=12.85%
B=51.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal179642550.300.7500276.1310062.55
HexB340FF1E4B00114643f
Octal263100377361130042414477
Binary10110011100000011111111111101001011001000101001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B340FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B340FF; }

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

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

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

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

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

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

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

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