#B54CFE

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

Shades of Medium Orchid #B54CFE

Tints of Medium Orchid #B54CFE

Color information

#B54CFE (or 0xB54CFE) is unknown color: approx Medium Orchid. HEX triplet: B5, 4C and FE. RGB value is (181,76,254). Sum of RGB (Red+Green+Blue) = 181+76+254=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #B54CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54CFE is #4AB301. Grayscale: #7F7F7F. Windows color (decimal): -4895490 or 16665781. OLE color: 16665781.

HSL color Cylindrical-coordinate representation of color #B54CFE: hue angle of 275.39º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B54CFE is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18176254-
CMYK0.290.7000.00
HSL275.39º98.89%64.71%-
HSV(B)275.39º70.08%99.61%-
XYZ39.5322.1595.96-
YUV127.69199.29166.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.42%
GREEN value IS 76 (30.08% from 255) = 14.87%
BLUE value IS 254 (99.61% from 255) = 49.71%
R=35.42%
G=14.87%
B=49.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal181762540.290.7000.00275.3998.8964.71
HexB54CFE1D46001136341
Octal2651143763510600423143101
Binary101101011001100111111101110110001100010001001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54CFE; }

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

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

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

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

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

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

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

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