#B544F4

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

Shades of Medium Orchid #B544F4

Tints of Medium Orchid #B544F4

Color information

#B544F4 (or 0xB544F4) is unknown color: approx Medium Orchid. HEX triplet: B5, 44 and F4. RGB value is (181,68,244). Sum of RGB (Red+Green+Blue) = 181+68+244=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #B544F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B544F4 is #4ABB0B. Grayscale: #797979. Windows color (decimal): -4897548 or 16008373. OLE color: 16008373.

HSL color Cylindrical-coordinate representation of color #B544F4: hue angle of 278.52º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B544F4 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18168244-
CMYK0.260.7200.04
HSL278.52º88.89%61.18%-
HSV(B)278.52º72.13%95.69%-
XYZ37.4520.4987.57-
YUV121.85196.94170.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 68 (26.95% from 255) = 13.79%
BLUE value IS 244 (95.70% from 255) = 49.49%
R=36.71%
G=13.79%
B=49.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal181682440.260.7200.04278.5288.8961.18
HexB544F41A4804117593d
Octal265104364321100442713175
Binary1011010110001001111010011010100100001001000101111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B544F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B544F4; }

 p { color: rgb(181,68,244); }

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

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

 a { background-color: rgb(181,68,244); }

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

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

 span { border-color: rgb(181,68,244); }

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