#B451E9

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

Shades of Medium Orchid #B451E9

Tints of Medium Orchid #B451E9

Color information

#B451E9 (or 0xB451E9) is unknown color: approx Medium Orchid. HEX triplet: B4, 51 and E9. RGB value is (180,81,233). Sum of RGB (Red+Green+Blue) = 180+81+233=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #B451E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B451E9 is #4BAE16. Grayscale: #7F7F7F. Windows color (decimal): -4959767 or 15290804. OLE color: 15290804.

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

Color convert

RGB18081233-
CMYK0.230.6500.09
HSL279.08º77.55%61.57%-
HSV(B)279.08º65.24%91.37%-
XYZ36.4721.4779.31-
YUV127.93187.3165.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 81 (32.03% from 255) = 16.40%
BLUE value IS 233 (91.41% from 255) = 47.17%
R=36.44%
G=16.40%
B=47.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal180812330.230.6500.09279.0877.5561.57
HexB451E91741091174e3e
Octal2641213512710101142711676
Binary10110100101000111101001101111000001010011000101111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B451E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B451E9; }

 p { color: rgb(180,81,233); }

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

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

 a { background-color: rgb(180,81,233); }

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

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

 span { border-color: rgb(180,81,233); }

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