#B044C6

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

Shades of Medium Orchid #B044C6

Tints of Medium Orchid #B044C6

Color information

#B044C6 (or 0xB044C6) is unknown color: approx Medium Orchid. HEX triplet: B0, 44 and C6. RGB value is (176,68,198). Sum of RGB (Red+Green+Blue) = 176+68+198=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: blue. Hex color #B044C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044C6 is #4FBB39. Grayscale: #727272. Windows color (decimal): -5225274 or 12993712. OLE color: 12993712.

HSL color Cylindrical-coordinate representation of color #B044C6: hue angle of 289.85º 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 #B044C6 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17668198-
CMYK0.110.6600.22
HSL289.85º53.28%52.16%-
HSV(B)289.85º65.66%77.65%-
XYZ30.1617.4455.2-
YUV115.11174.78171.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 68 (26.95% from 255) = 15.38%
BLUE value IS 198 (77.73% from 255) = 44.80%
R=39.82%
G=15.38%
B=44.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176681980.110.6600.22289.8553.2852.16
HexB044C6B420161223534
Octal260104306131020264426564
Binary1011000010001001100011010111000010010110100100010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B044C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B044C6; }

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

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

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

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

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

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

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

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