#B451E3

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

Shades of Medium Orchid #B451E3

Tints of Medium Orchid #B451E3

Color information

#B451E3 (or 0xB451E3) is unknown color: approx Medium Orchid. HEX triplet: B4, 51 and E3. RGB value is (180,81,227). Sum of RGB (Red+Green+Blue) = 180+81+227=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 227 (89.06% from 255 or 46.52% from 488); Max value from RGB is 227 - color contains mainly: blue. Hex color #B451E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B451E3 is #4BAE1C. Grayscale: #7E7E7E. Windows color (decimal): -4959773 or 14897588. OLE color: 14897588.

HSL color Cylindrical-coordinate representation of color #B451E3: hue angle of 280.68º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B451E3 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18081227-
CMYK0.210.6400.11
HSL280.68º72.28%60.39%-
HSV(B)280.68º64.32%89.02%-
XYZ35.6321.1374.87-
YUV127.24184.3165.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 81 (32.03% from 255) = 16.60%
BLUE value IS 227 (89.06% from 255) = 46.52%
R=36.89%
G=16.60%
B=46.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal180812270.210.6400.11280.6872.2860.39
HexB451E315400B119483c
Octal2641213432510001343111074
Binary10110100101000111100011101011000000010111000110011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B451E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B451E3; }

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

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

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

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

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

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

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

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