#B044CD

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

Shades of Medium Orchid #B044CD

Tints of Medium Orchid #B044CD

Color information

#B044CD (or 0xB044CD) is unknown color: approx Medium Orchid. HEX triplet: B0, 44 and CD. RGB value is (176,68,205). Sum of RGB (Red+Green+Blue) = 176+68+205=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #B044CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044CD is #4FBB32. Grayscale: #737373. Windows color (decimal): -5225267 or 13452464. OLE color: 13452464.

HSL color Cylindrical-coordinate representation of color #B044CD: hue angle of 287.3º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B044CD is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17668205-
CMYK0.140.6700.20
HSL287.3º57.81%53.53%-
HSV(B)287.3º66.83%80.39%-
XYZ30.9917.7759.55-
YUV115.91178.28170.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 68 (26.95% from 255) = 15.14%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=39.20%
G=15.14%
B=45.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal176682050.140.6700.20287.357.8153.53
HexB044CDE4301411f3a36
Octal260104315161030244377266
Binary1011000010001001100110111101000011010100100011111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B044CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B044CD; }

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

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

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

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

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

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

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

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