#B54BDF

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

Shades of Medium Orchid #B54BDF

Tints of Medium Orchid #B54BDF

Color information

#B54BDF (or 0xB54BDF) is unknown color: approx Medium Orchid. HEX triplet: B5, 4B and DF. RGB value is (181,75,223). Sum of RGB (Red+Green+Blue) = 181+75+223=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #B54BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54BDF is #4AB420. Grayscale: #7B7B7B. Windows color (decimal): -4895777 or 14633909. OLE color: 14633909.

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

Color convert

RGB18175223-
CMYK0.190.6600.13
HSL282.97º69.81%58.43%-
HSV(B)282.97º66.37%87.45%-
XYZ34.8920.1871.87-
YUV123.57184.12168.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 75 (29.69% from 255) = 15.66%
BLUE value IS 223 (87.5% from 255) = 46.56%
R=37.79%
G=15.66%
B=46.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181752230.190.6600.13282.9769.8158.43
HexB54BDF13420D11b463a
Octal2651133372310201543310672
Binary10110101100101111011111100111000010011011000110111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54BDF; }

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

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

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

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

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

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

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

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