#B461DE

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

Shades of Medium Orchid #B461DE

Tints of Medium Orchid #B461DE

Color information

#B461DE (or 0xB461DE) is unknown color: approx Medium Orchid. HEX triplet: B4, 61 and DE. RGB value is (180,97,222). Sum of RGB (Red+Green+Blue) = 180+97+222=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #B461DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461DE is #4B9E21. Grayscale: #878787. Windows color (decimal): -4955682 or 14574004. OLE color: 14574004.

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

Color convert

RGB18097222-
CMYK0.190.5600.13
HSL279.84º65.45%62.55%-
HSV(B)279.84º56.31%87.06%-
XYZ36.2823.5371.74-
YUV136.07176.5159.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.07%
GREEN value IS 97 (38.28% from 255) = 19.44%
BLUE value IS 222 (87.11% from 255) = 44.49%
R=36.07%
G=19.44%
B=44.49%

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
Decimal180972220.190.5600.13279.8465.4562.55
HexB461DE13380D118413f
Octal264141336237001543010177
Binary1011010011000011101111010011111000011011000110001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B461DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B461DE; }

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

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

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

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

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

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

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

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