#B54EE4

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

Shades of Medium Orchid #B54EE4

Tints of Medium Orchid #B54EE4

Color information

#B54EE4 (or 0xB54EE4) is unknown color: approx Medium Orchid. HEX triplet: B5, 4E and E4. RGB value is (181,78,228). Sum of RGB (Red+Green+Blue) = 181+78+228=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #B54EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54EE4 is #4AB11B. Grayscale: #7D7D7D. Windows color (decimal): -4895004 or 14962357. OLE color: 14962357.

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

Color convert

RGB18178228-
CMYK0.210.6600.11
HSL281.2º73.53%60%-
HSV(B)281.2º65.79%89.41%-
XYZ35.7820.8775.54-
YUV125.9185.62167.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.17%
GREEN value IS 78 (30.86% from 255) = 16.02%
BLUE value IS 228 (89.45% from 255) = 46.82%
R=37.17%
G=16.02%
B=46.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal181782280.210.6600.11281.273.5360
HexB54EE415420B1194a3c
Octal2651163442510201343111274
Binary10110101100111011100100101011000010010111000110011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54EE4; }

 p { color: rgb(181,78,228); }

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

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

 a { background-color: rgb(181,78,228); }

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

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

 span { border-color: rgb(181,78,228); }

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