#B244DD

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

Shades of Medium Orchid #B244DD

Tints of Medium Orchid #B244DD

Color information

#B244DD (or 0xB244DD) is unknown color: approx Medium Orchid. HEX triplet: B2, 44 and DD. RGB value is (178,68,221). Sum of RGB (Red+Green+Blue) = 178+68+221=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #B244DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B244DD is #4DBB22. Grayscale: #757575. Windows color (decimal): -5094179 or 14501042. OLE color: 14501042.

HSL color Cylindrical-coordinate representation of color #B244DD: hue angle of 283.14º degrees, saturation: 0.69, 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 #B244DD is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17868221-
CMYK0.190.6900.13
HSL283.14º69.23%56.67%-
HSV(B)283.14º69.23%86.67%-
XYZ33.4818.8270.27-
YUV118.33185.94170.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 68 (26.95% from 255) = 14.56%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=38.12%
G=14.56%
B=47.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178682210.190.6900.13283.1469.2356.67
HexB244DD13450D11b4539
Octal2621043352310501543310571
Binary10110010100010011011101100111000101011011000110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B244DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B244DD; }

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

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

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

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

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

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

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

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