#B644DD

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

Shades of Medium Orchid #B644DD

Tints of Medium Orchid #B644DD

Color information

#B644DD (or 0xB644DD) is unknown color: approx Medium Orchid. HEX triplet: B6, 44 and DD. RGB value is (182,68,221). Sum of RGB (Red+Green+Blue) = 182+68+221=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #B644DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B644DD is #49BB22. Grayscale: #777777. Windows color (decimal): -4832035 or 14501046. OLE color: 14501046.

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

Color convert

RGB18268221-
CMYK0.180.6900.13
HSL284.71º69.23%56.67%-
HSV(B)284.71º69.23%86.67%-
XYZ34.4119.370.32-
YUV119.53185.27172.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 68 (26.95% from 255) = 14.44%
BLUE value IS 221 (86.72% from 255) = 46.92%
R=38.64%
G=14.44%
B=46.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182682210.180.6900.13284.7169.2356.67
HexB644DD12450D11d4539
Octal2661043352210501543510571
Binary10110110100010011011101100101000101011011000111011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B644DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B644DD; }

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

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

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

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

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

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

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

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