#B548CF

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

Shades of Medium Orchid #B548CF

Tints of Medium Orchid #B548CF

Color information

#B548CF (or 0xB548CF) is unknown color: approx Medium Orchid. HEX triplet: B5, 48 and CF. RGB value is (181,72,207). Sum of RGB (Red+Green+Blue) = 181+72+207=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #B548CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B548CF is #4AB730. Grayscale: #777777. Windows color (decimal): -4896561 or 13584565. OLE color: 13584565.

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

Color convert

RGB18172207-
CMYK0.130.6500.19
HSL288.44º58.44%54.71%-
HSV(B)288.44º65.22%81.18%-
XYZ32.6418.9660.97-
YUV119.98177.11171.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.35%
GREEN value IS 72 (28.52% from 255) = 15.65%
BLUE value IS 207 (81.25% from 255) = 45%
R=39.35%
G=15.65%
B=45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181722070.130.6500.19288.4458.4454.71
HexB548CFD410131203a37
Octal265110317151010234407267
Binary1011010110010001100111111011000001010011100100000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B548CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B548CF; }

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

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

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

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

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

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

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

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