#B444D4

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

Shades of Medium Orchid #B444D4

Tints of Medium Orchid #B444D4

Color information

#B444D4 (or 0xB444D4) is unknown color: approx Medium Orchid. HEX triplet: B4, 44 and D4. RGB value is (180,68,212). Sum of RGB (Red+Green+Blue) = 180+68+212=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #B444D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444D4 is #4BBB2B. Grayscale: #757575. Windows color (decimal): -4963116 or 13911220. OLE color: 13911220.

HSL color Cylindrical-coordinate representation of color #B444D4: hue angle of 286.67º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B444D4 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18068212-
CMYK0.150.6800.17
HSL286.67º62.61%54.9%-
HSV(B)286.67º67.92%83.14%-
XYZ32.7718.5964.15-
YUV117.9181.11172.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 68 (26.95% from 255) = 14.78%
BLUE value IS 212 (83.20% from 255) = 46.09%
R=39.13%
G=14.78%
B=46.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal180682120.150.6800.17286.6762.6154.9
HexB444D4F4401111f3f37
Octal264104324171040214377767
Binary1011010010001001101010011111000100010001100011111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B444D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B444D4; }

 p { color: rgb(180,68,212); }

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

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

 a { background-color: rgb(180,68,212); }

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

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

 span { border-color: rgb(180,68,212); }

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