#B54CCF

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

Shades of Medium Orchid #B54CCF

Tints of Medium Orchid #B54CCF

Color information

#B54CCF (or 0xB54CCF) is unknown color: approx Medium Orchid. HEX triplet: B5, 4C and CF. RGB value is (181,76,207). Sum of RGB (Red+Green+Blue) = 181+76+207=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #B54CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CCF is #4AB330. Grayscale: #797979. Windows color (decimal): -4895537 or 13585589. OLE color: 13585589.

HSL color Cylindrical-coordinate representation of color #B54CCF: hue angle of 288.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54CCF is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18176207-
CMYK0.130.6300.19
HSL288.09º57.71%55.49%-
HSV(B)288.09º63.29%81.18%-
XYZ32.919.561.06-
YUV122.33175.79169.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 76 (30.08% from 255) = 16.38%
BLUE value IS 207 (81.25% from 255) = 44.61%
R=39.01%
G=16.38%
B=44.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181762070.130.6300.19288.0957.7155.49
HexB54CCFD3F0131203a37
Octal26511431715770234407267
Binary101101011001100110011111101111111010011100100000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54CCF; }

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

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

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

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

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

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

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

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