#B54CF2

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

Shades of Medium Orchid #B54CF2

Tints of Medium Orchid #B54CF2

Color information

#B54CF2 (or 0xB54CF2) is unknown color: approx Medium Orchid. HEX triplet: B5, 4C and F2. RGB value is (181,76,242). Sum of RGB (Red+Green+Blue) = 181+76+242=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #B54CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54CF2 is #4AB30D. Grayscale: #7D7D7D. Windows color (decimal): -4895502 or 15879349. OLE color: 15879349.

HSL color Cylindrical-coordinate representation of color #B54CF2: hue angle of 277.95º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B54CF2 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18176242-
CMYK0.250.6900.05
HSL277.95º86.46%62.35%-
HSV(B)277.95º68.6%94.9%-
XYZ37.6721.486.15-
YUV126.32193.29167-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 76 (30.08% from 255) = 15.23%
BLUE value IS 242 (94.92% from 255) = 48.50%
R=36.27%
G=15.23%
B=48.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal181762420.250.6900.05277.9586.4662.35
HexB54CF2194505116563e
Octal265114362311050542612676
Binary1011010110011001111001011001100010101011000101101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54CF2; }

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

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

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

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

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

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

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

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