#B461DD

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

Shades of Medium Orchid #B461DD

Tints of Medium Orchid #B461DD

Color information

#B461DD (or 0xB461DD) is unknown color: approx Medium Orchid. HEX triplet: B4, 61 and DD. RGB value is (180,97,221). Sum of RGB (Red+Green+Blue) = 180+97+221=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #B461DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461DD is #4B9E22. Grayscale: #878787. Windows color (decimal): -4955683 or 14508468. OLE color: 14508468.

HSL color Cylindrical-coordinate representation of color #B461DD: hue angle of 280.16º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B461DD is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18097221-
CMYK0.190.5600.13
HSL280.16º64.58%62.35%-
HSV(B)280.16º56.11%86.67%-
XYZ36.1523.4771.03-
YUV135.95176159.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 97 (38.28% from 255) = 19.48%
BLUE value IS 221 (86.72% from 255) = 44.38%
R=36.14%
G=19.48%
B=44.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180972210.190.5600.13280.1664.5862.35
HexB461DD13380D118413e
Octal264141335237001543010176
Binary1011010011000011101110110011111000011011000110001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B461DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B461DD; }

 p { color: rgb(180,97,221); }

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

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

 a { background-color: rgb(180,97,221); }

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

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

 span { border-color: rgb(180,97,221); }

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