#B461E8

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

Shades of Medium Orchid #B461E8

Tints of Medium Orchid #B461E8

Color information

#B461E8 (or 0xB461E8) is unknown color: approx Medium Orchid. HEX triplet: B4, 61 and E8. RGB value is (180,97,232). Sum of RGB (Red+Green+Blue) = 180+97+232=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #B461E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B461E8 is #4B9E17. Grayscale: #888888. Windows color (decimal): -4955672 or 15229364. OLE color: 15229364.

HSL color Cylindrical-coordinate representation of color #B461E8: hue angle of 276.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B461E8 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18097232-
CMYK0.220.5800.09
HSL276.89º74.59%64.51%-
HSV(B)276.89º58.19%90.98%-
XYZ37.6624.0879.01-
YUV137.21181.5158.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 97 (38.28% from 255) = 19.06%
BLUE value IS 232 (91.02% from 255) = 45.58%
R=35.36%
G=19.06%
B=45.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal180972320.220.5800.09276.8974.5964.51
HexB461E8163A091154b41
Octal2641413502672011425113101
Binary10110100110000111101000101101110100100110001010110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B461E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B461E8; }

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

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

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

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

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

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

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

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