#B451E2

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

Shades of Medium Orchid #B451E2

Tints of Medium Orchid #B451E2

Color information

#B451E2 (or 0xB451E2) is unknown color: approx Medium Orchid. HEX triplet: B4, 51 and E2. RGB value is (180,81,226). Sum of RGB (Red+Green+Blue) = 180+81+226=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 226 (88.67% from 255 or 46.41% from 487); Max value from RGB is 226 - color contains mainly: blue. Hex color #B451E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B451E2 is #4BAE1D. Grayscale: #7E7E7E. Windows color (decimal): -4959774 or 14832052. OLE color: 14832052.

HSL color Cylindrical-coordinate representation of color #B451E2: hue angle of 280.97º degrees, saturation: 0.71, 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 #B451E2 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18081226-
CMYK0.200.6400.11
HSL280.97º71.43%60.2%-
HSV(B)280.97º64.16%88.63%-
XYZ35.4921.0874.15-
YUV127.13183.8165.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 81 (32.03% from 255) = 16.63%
BLUE value IS 226 (88.67% from 255) = 46.41%
R=36.96%
G=16.63%
B=46.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal180812260.200.6400.11280.9771.4360.2
HexB451E214400B119473c
Octal2641213422410001343110774
Binary10110100101000111100010101001000000010111000110011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B451E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B451E2; }

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

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

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

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

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

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

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

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