#B43DC6

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

Shades of Medium Orchid #B43DC6

Tints of Medium Orchid #B43DC6

Color information

#B43DC6 (or 0xB43DC6) is unknown color: approx Medium Orchid. HEX triplet: B4, 3D and C6. RGB value is (180,61,198). Sum of RGB (Red+Green+Blue) = 180+61+198=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 198 - color contains mainly: blue. Hex color #B43DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43DC6 is #4BC239. Grayscale: #6F6F6F. Windows color (decimal): -4964922 or 12991924. OLE color: 12991924.

HSL color Cylindrical-coordinate representation of color #B43DC6: hue angle of 292.12º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43DC6 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18061198-
CMYK0.090.6900.22
HSL292.12º54.58%50.78%-
HSV(B)292.12º69.19%77.65%-
XYZ30.6817.1255.11-
YUV112.2176.42176.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 61 (24.22% from 255) = 13.90%
BLUE value IS 198 (77.73% from 255) = 45.10%
R=41.00%
G=13.90%
B=45.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180611980.090.6900.22292.1254.5850.78
HexB43DC69450161243733
Octal26475306111050264446763
Binary101101001111011100011010011000101010110100100100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43DC6; }

 p { color: rgb(180,61,198); }

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

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

 a { background-color: rgb(180,61,198); }

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

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

 span { border-color: rgb(180,61,198); }

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