#B444C6

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

Shades of Medium Orchid #B444C6

Tints of Medium Orchid #B444C6

Color information

#B444C6 (or 0xB444C6) is unknown color: approx Medium Orchid. HEX triplet: B4, 44 and C6. RGB value is (180,68,198). Sum of RGB (Red+Green+Blue) = 180+68+198=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #B444C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444C6 is #4BBB39. Grayscale: #737373. Windows color (decimal): -4963130 or 12993716. OLE color: 12993716.

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

Color convert

RGB18068198-
CMYK0.090.6600.22
HSL291.69º53.28%52.16%-
HSV(B)291.69º65.66%77.65%-
XYZ31.0817.9155.25-
YUV116.31174.11173.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 68 (26.95% from 255) = 15.25%
BLUE value IS 198 (77.73% from 255) = 44.39%
R=40.36%
G=15.25%
B=44.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180681980.090.6600.22291.6953.2852.16
HexB444C69420161243534
Octal264104306111020264446564
Binary1011010010001001100011010011000010010110100100100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B444C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B444C6; }

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

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

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

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

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

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

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

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