#B548FE

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

Shades of Medium Orchid #B548FE

Tints of Medium Orchid #B548FE

Color information

#B548FE (or 0xB548FE) is unknown color: approx Medium Orchid. HEX triplet: B5, 48 and FE. RGB value is (181,72,254). Sum of RGB (Red+Green+Blue) = 181+72+254=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #B548FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B548FE is #4AB701. Grayscale: #7C7C7C. Windows color (decimal): -4896514 or 16664757. OLE color: 16664757.

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

Color convert

RGB18172254-
CMYK0.290.7200.00
HSL275.93º98.91%63.92%-
HSV(B)275.93º71.65%99.61%-
XYZ39.2621.6195.87-
YUV125.34200.61167.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.70%
GREEN value IS 72 (28.52% from 255) = 14.20%
BLUE value IS 254 (99.61% from 255) = 50.10%
R=35.70%
G=14.20%
B=50.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal181722540.290.7200.00275.9398.9163.92
HexB548FE1D48001146340
Octal2651103763511000424143100
Binary101101011001000111111101110110010000010001010011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B548FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B548FE; }

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

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

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

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

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

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

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

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