#B944CC

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

Shades of Medium Orchid #B944CC

Tints of Medium Orchid #B944CC

Color information

#B944CC (or 0xB944CC) is unknown color: approx Medium Orchid. HEX triplet: B9, 44 and CC. RGB value is (185,68,204). Sum of RGB (Red+Green+Blue) = 185+68+204=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #B944CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B944CC is #46BB33. Grayscale: #767676. Windows color (decimal): -4635444 or 13386937. OLE color: 13386937.

HSL color Cylindrical-coordinate representation of color #B944CC: hue angle of 291.62º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B944CC is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18568204-
CMYK0.090.6700.2
HSL291.62º57.14%53.33%-
HSV(B)291.62º66.67%80%-
XYZ32.9718.8159.02-
YUV118.49176.26175.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 68 (26.95% from 255) = 14.88%
BLUE value IS 204 (80.08% from 255) = 44.64%
R=40.48%
G=14.88%
B=44.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal185682040.090.6700.2291.6257.1453.33
HexB944CC9430141243935
Octal271104314111030244447165
Binary1011100110001001100110010011000011010100100100100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B944CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B944CC; }

 p { color: rgb(185,68,204); }

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

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

 a { background-color: rgb(185,68,204); }

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

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

 span { border-color: rgb(185,68,204); }

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