#b54ecf

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

Shades of Medium Orchid #B54ECF

Tints of Medium Orchid #B54ECF

Color information

#B54ECF (or 0xB54ECF) is unknown color: approx Medium Orchid. HEX triplet: B5, 4E and CF. RGB value is (181,78,207). Sum of RGB (Red+Green+Blue) = 181+78+207=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #B54ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54ECF is #4AB130. Grayscale: #7B7B7B. Windows color (decimal): -4895025 or 13586101. OLE color: 13586101.

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

Color convert

RGB18178207-
CMYK0.130.6200.19
HSL287.91º57.33%55.88%-
HSV(B)287.91º62.32%81.18%-
XYZ33.0419.7861.11-
YUV123.5175.12169.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 78 (30.86% from 255) = 16.74%
BLUE value IS 207 (81.25% from 255) = 44.42%
R=38.84%
G=16.74%
B=44.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181782070.130.6200.19287.9157.3355.88
HexB54ECFD3E0131203938
Octal26511631715760234407170
Binary101101011001110110011111101111110010011100100000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54ecf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54ecf; }

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

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

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

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

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

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

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

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