#B342DC

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

Shades of Medium Orchid #B342DC

Tints of Medium Orchid #B342DC

Color information

#B342DC (or 0xB342DC) is unknown color: approx Medium Orchid. HEX triplet: B3, 42 and DC. RGB value is (179,66,220). Sum of RGB (Red+Green+Blue) = 179+66+220=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #B342DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B342DC is #4CBD23. Grayscale: #747474. Windows color (decimal): -5029156 or 14434995. OLE color: 14434995.

HSL color Cylindrical-coordinate representation of color #B342DC: hue angle of 284.03º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B342DC is Cyan = 0.19, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17966220-
CMYK0.190.700.14
HSL284.03º68.75%56.08%-
HSV(B)284.03º70%86.27%-
XYZ33.4618.6569.55-
YUV117.34185.94171.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.49%
GREEN value IS 66 (26.17% from 255) = 14.19%
BLUE value IS 220 (86.33% from 255) = 47.31%
R=38.49%
G=14.19%
B=47.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal179662200.190.700.14284.0368.7556.08
HexB342DC13460E11c4538
Octal2631023342310601643410570
Binary10110011100001011011100100111000110011101000111001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B342DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B342DC; }

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

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

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

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

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

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

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

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