#B342E1

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

Shades of Medium Orchid #B342E1

Tints of Medium Orchid #B342E1

Color information

#B342E1 (or 0xB342E1) is unknown color: approx Medium Orchid. HEX triplet: B3, 42 and E1. RGB value is (179,66,225). Sum of RGB (Red+Green+Blue) = 179+66+225=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #B342E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B342E1 is #4CBD1E. Grayscale: #757575. Windows color (decimal): -5029151 or 14762675. OLE color: 14762675.

HSL color Cylindrical-coordinate representation of color #B342E1: hue angle of 282.64º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B342E1 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17966225-
CMYK0.200.7100.12
HSL282.64º72.6%57.06%-
HSV(B)282.64º70.67%88.24%-
XYZ34.1318.9273.09-
YUV117.91188.44171.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 66 (26.17% from 255) = 14.04%
BLUE value IS 225 (88.28% from 255) = 47.87%
R=38.09%
G=14.04%
B=47.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal179662250.200.7100.12282.6472.657.06
HexB342E114470C11b4939
Octal2631023412410701443311171
Binary10110011100001011100001101001000111011001000110111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B342E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B342E1; }

 p { color: rgb(179,66,225); }

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

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

 a { background-color: rgb(179,66,225); }

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

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

 span { border-color: rgb(179,66,225); }

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