#B341E7

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

Shades of Medium Orchid #B341E7

Tints of Medium Orchid #B341E7

Color information

#B341E7 (or 0xB341E7) is unknown color: approx Medium Orchid. HEX triplet: B3, 41 and E7. RGB value is (179,65,231). Sum of RGB (Red+Green+Blue) = 179+65+231=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 231 - color contains mainly: blue. Hex color #B341E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B341E7 is #4CBE18. Grayscale: #757575. Windows color (decimal): -5029401 or 15155635. OLE color: 15155635.

HSL color Cylindrical-coordinate representation of color #B341E7: hue angle of 281.2º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B341E7 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17965231-
CMYK0.230.7200.09
HSL281.2º77.57%58.04%-
HSV(B)281.2º71.86%90.59%-
XYZ34.919.1377.45-
YUV118.01191.77171.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 65 (25.78% from 255) = 13.68%
BLUE value IS 231 (90.62% from 255) = 48.63%
R=37.68%
G=13.68%
B=48.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal179652310.230.7200.09281.277.5758.04
HexB341E71748091194e3a
Octal2631013472711001143111672
Binary10110011100000111100111101111001000010011000110011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B341E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B341E7; }

 p { color: rgb(179,65,231); }

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

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

 a { background-color: rgb(179,65,231); }

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

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

 span { border-color: rgb(179,65,231); }

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