#B54AEC

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

Shades of Medium Orchid #B54AEC

Tints of Medium Orchid #B54AEC

Color information

#B54AEC (or 0xB54AEC) is unknown color: approx Medium Orchid. HEX triplet: B5, 4A and EC. RGB value is (181,74,236). Sum of RGB (Red+Green+Blue) = 181+74+236=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #B54AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54AEC is #4AB513. Grayscale: #7B7B7B. Windows color (decimal): -4896020 or 15485621. OLE color: 15485621.

HSL color Cylindrical-coordinate representation of color #B54AEC: hue angle of 279.63º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B54AEC is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18174236-
CMYK0.230.6900.07
HSL279.63º81%60.78%-
HSV(B)279.63º68.64%92.55%-
XYZ36.6520.7881.44-
YUV124.46190.95168.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 74 (29.30% from 255) = 15.07%
BLUE value IS 236 (92.58% from 255) = 48.07%
R=36.86%
G=15.07%
B=48.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181742360.230.6900.07279.638160.78
HexB54AEC174507118513d
Octal265112354271050743012175
Binary1011010110010101110110010111100010101111000110001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54AEC; }

 p { color: rgb(181,74,236); }

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

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

 a { background-color: rgb(181,74,236); }

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

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

 span { border-color: rgb(181,74,236); }

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