#B244DE

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

Shades of Medium Orchid #B244DE

Tints of Medium Orchid #B244DE

Color information

#B244DE (or 0xB244DE) is unknown color: approx Medium Orchid. HEX triplet: B2, 44 and DE. RGB value is (178,68,222). Sum of RGB (Red+Green+Blue) = 178+68+222=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #B244DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B244DE is #4DBB21. Grayscale: #757575. Windows color (decimal): -5094178 or 14566578. OLE color: 14566578.

HSL color Cylindrical-coordinate representation of color #B244DE: hue angle of 282.86º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B244DE is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17868222-
CMYK0.200.6900.13
HSL282.86º70%56.86%-
HSV(B)282.86º69.37%87.06%-
XYZ33.6118.8770.98-
YUV118.45186.44170.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 68 (26.95% from 255) = 14.53%
BLUE value IS 222 (87.11% from 255) = 47.44%
R=38.03%
G=14.53%
B=47.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178682220.200.6900.13282.867056.86
HexB244DE14450D11b4639
Octal2621043362410501543310671
Binary10110010100010011011110101001000101011011000110111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B244DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B244DE; }

 p { color: rgb(178,68,222); }

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

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

 a { background-color: rgb(178,68,222); }

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

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

 span { border-color: rgb(178,68,222); }

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