#B551FC

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

Shades of Medium Orchid #B551FC

Tints of Medium Orchid #B551FC

Color information

#B551FC (or 0xB551FC) is unknown color: approx Medium Orchid. HEX triplet: B5, 51 and FC. RGB value is (181,81,252). Sum of RGB (Red+Green+Blue) = 181+81+252=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 81 (32.03% from 255 or 15.76% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #B551FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B551FC is #4AAE03. Grayscale: #818181. Windows color (decimal): -4894212 or 16535989. OLE color: 16535989.

HSL color Cylindrical-coordinate representation of color #B551FC: hue angle of 275.09º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B551FC is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18181252-
CMYK0.280.6800.01
HSL275.09º96.61%65.29%-
HSV(B)275.09º67.86%98.82%-
XYZ39.5722.7494.4-
YUV130.39196.63164.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 81 (32.03% from 255) = 15.76%
BLUE value IS 252 (98.83% from 255) = 49.03%
R=35.21%
G=15.76%
B=49.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal181812520.280.6800.01275.0996.6165.29
HexB551FC1C44011136141
Octal2651213743410401423141101
Binary101101011010001111111001110010001000110001001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B551FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B551FC; }

 p { color: rgb(181,81,252); }

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

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

 a { background-color: rgb(181,81,252); }

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

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

 span { border-color: rgb(181,81,252); }

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