#b54cd3

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

Shades of Medium Orchid #B54CD3

Tints of Medium Orchid #B54CD3

Color information

#B54CD3 (or 0xB54CD3) is unknown color: approx Medium Orchid. HEX triplet: B5, 4C and D3. RGB value is (181,76,211). Sum of RGB (Red+Green+Blue) = 181+76+211=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 211 - color contains mainly: blue. Hex color #B54CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CD3 is #4AB32C. Grayscale: #7A7A7A. Windows color (decimal): -4895533 or 13847733. OLE color: 13847733.

HSL color Cylindrical-coordinate representation of color #B54CD3: hue angle of 286.67º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54CD3 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18176211-
CMYK0.140.6400.17
HSL286.67º60.54%56.27%-
HSV(B)286.67º63.98%82.75%-
XYZ33.419.763.67-
YUV122.78177.79169.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 76 (30.08% from 255) = 16.24%
BLUE value IS 211 (82.81% from 255) = 45.09%
R=38.68%
G=16.24%
B=45.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal181762110.140.6400.17286.6760.5456.27
HexB54CD3E4001111f3d38
Octal265114323161000214377570
Binary1011010110011001101001111101000000010001100011111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54cd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54cd3; }

 p { color: rgb(181,76,211); }

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

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

 a { background-color: rgb(181,76,211); }

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

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

 span { border-color: rgb(181,76,211); }

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