#B443D1

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

Shades of Medium Orchid #B443D1

Tints of Medium Orchid #B443D1

Color information

#B443D1 (or 0xB443D1) is unknown color: approx Medium Orchid. HEX triplet: B4, 43 and D1. RGB value is (180,67,209). Sum of RGB (Red+Green+Blue) = 180+67+209=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #B443D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B443D1 is #4BBC2E. Grayscale: #747474. Windows color (decimal): -4963375 or 13714356. OLE color: 13714356.

HSL color Cylindrical-coordinate representation of color #B443D1: hue angle of 287.75º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B443D1 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18067209-
CMYK0.140.6800.18
HSL287.75º60.68%54.12%-
HSV(B)287.75º67.94%81.96%-
XYZ32.3418.3262.15-
YUV116.98179.94172.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 67 (26.56% from 255) = 14.69%
BLUE value IS 209 (82.03% from 255) = 45.83%
R=39.47%
G=14.69%
B=45.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180672090.140.6800.18287.7560.6854.12
HexB443D1E440121203d36
Octal264103321161040224407566
Binary1011010010000111101000111101000100010010100100000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B443D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B443D1; }

 p { color: rgb(180,67,209); }

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

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

 a { background-color: rgb(180,67,209); }

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

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

 span { border-color: rgb(180,67,209); }

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