#B54AC8

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

Shades of Medium Orchid #B54AC8

Tints of Medium Orchid #B54AC8

Color information

#B54AC8 (or 0xB54AC8) is unknown color: approx Medium Orchid. HEX triplet: B5, 4A and C8. RGB value is (181,74,200). Sum of RGB (Red+Green+Blue) = 181+74+200=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 200 - color contains mainly: blue. Hex color #B54AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54AC8 is #4AB537. Grayscale: #777777. Windows color (decimal): -4896056 or 13126325. OLE color: 13126325.

HSL color Cylindrical-coordinate representation of color #B54AC8: hue angle of 290.95º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54AC8 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18174200-
CMYK0.090.6300.22
HSL290.95º53.39%53.73%-
HSV(B)290.95º63%78.43%-
XYZ31.9318.8956.61-
YUV120.36172.95171.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 74 (29.30% from 255) = 16.26%
BLUE value IS 200 (78.52% from 255) = 43.96%
R=39.78%
G=16.26%
B=43.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181742000.090.6300.22290.9553.3953.73
HexB54AC893F0161233536
Octal26511231011770264436566
Binary101101011001010110010001001111111010110100100011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54AC8; }

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

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

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

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

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

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

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

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