#B343ED

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

Shades of Medium Orchid #B343ED

Tints of Medium Orchid #B343ED

Color information

#B343ED (or 0xB343ED) is unknown color: approx Medium Orchid. HEX triplet: B3, 43 and ED. RGB value is (179,67,237). Sum of RGB (Red+Green+Blue) = 179+67+237=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 67 (26.56% from 255 or 13.87% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #B343ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B343ED is #4CBC12. Grayscale: #777777. Windows color (decimal): -5028883 or 15549363. OLE color: 15549363.

HSL color Cylindrical-coordinate representation of color #B343ED: hue angle of 279.53º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B343ED is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17967237-
CMYK0.240.7200.07
HSL279.53º82.52%59.61%-
HSV(B)279.53º71.73%92.94%-
XYZ35.8819.7182.03-
YUV119.87194.11170.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 67 (26.56% from 255) = 13.87%
BLUE value IS 237 (92.97% from 255) = 49.07%
R=37.06%
G=13.87%
B=49.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal179672370.240.7200.07279.5382.5259.61
HexB343ED184807118533c
Octal263103355301100743012374
Binary1011001110000111110110111000100100001111000110001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B343ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B343ED; }

 p { color: rgb(179,67,237); }

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

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

 a { background-color: rgb(179,67,237); }

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

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

 span { border-color: rgb(179,67,237); }

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