#B54BF3

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

Shades of Medium Orchid #B54BF3

Tints of Medium Orchid #B54BF3

Color information

#B54BF3 (or 0xB54BF3) is unknown color: approx Medium Orchid. HEX triplet: B5, 4B and F3. RGB value is (181,75,243). Sum of RGB (Red+Green+Blue) = 181+75+243=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #B54BF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54BF3 is #4AB40C. Grayscale: #7D7D7D. Windows color (decimal): -4895757 or 15944629. OLE color: 15944629.

HSL color Cylindrical-coordinate representation of color #B54BF3: hue angle of 277.86º degrees, saturation: 0.88, 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 #B54BF3 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18175243-
CMYK0.260.6900.05
HSL277.86º87.5%62.35%-
HSV(B)277.86º69.14%95.29%-
XYZ37.7521.3386.92-
YUV125.85194.12167.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 75 (29.69% from 255) = 15.03%
BLUE value IS 243 (95.31% from 255) = 48.70%
R=36.27%
G=15.03%
B=48.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal181752430.260.6900.05277.8687.562.35
HexB54BF31A4505116583e
Octal265113363321050542613076
Binary1011010110010111111001111010100010101011000101101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54BF3; }

 p { color: rgb(181,75,243); }

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

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

 a { background-color: rgb(181,75,243); }

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

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

 span { border-color: rgb(181,75,243); }

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